Skip to content

chore: Code of Conduct #32

chore: Code of Conduct

chore: Code of Conduct #32

GitHub Actions / VS Code Test Results (macos-latest, insiders, desktop) succeeded Apr 2, 2024 in 1s

31 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
test-results/simple.json 11✅ 11s
test-results/source-mapped.json 4✅ 2s
test-results/typescript.json 3✅ 3s
test-results/unit.json 13✅ 148ms

✅ test-results/simple.json

11 tests were completed in 11s with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
out/test/integration/simple.test.js 11✅ 4s

✅ out/test/integration/simple.test.js

simple
  ✅ cleans up folder if all child files are deleted
  ✅ debugs tests in a file
  ✅ discovers tests
  ✅ handles changes to .mocharc.js
  ✅ handles file and directory excludes
  ✅ handles file change
  ✅ handles file delete
  ✅ runs subsets of tests
  ✅ runs tests
  ✅ runs tests in a file
  ✅ runs tests in directory

✅ test-results/source-mapped.json

4 tests were completed in 2s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
out/test/integration/source-mapped.test.js 4✅ 2s

✅ out/test/integration/source-mapped.test.js

source mapped
  ✅ debugs tests
  ✅ discovers tests
  ✅ has correct test locations
  ✅ runs tests

✅ test-results/typescript.json

3 tests were completed in 3s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
out/test/integration/typescript.test.js 3✅ 3s

✅ out/test/integration/typescript.test.js

typescript
  ✅ debugs tests
  ✅ discovers tests
  ✅ runs tests

✅ test-results/unit.json

13 tests were completed in 148ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
out/test/unit/extract/evaluate-typescript.test.js 3✅ 25ms
out/test/unit/extract/evaluate.test.js 6✅ 15ms
out/test/unit/extract/syntax.test.js 4✅ 23ms

✅ out/test/unit/extract/evaluate-typescript.test.js

evaluate typescript
  ✅ extracts basic suite
  ✅ extracts basic suite ts syntax
  ✅ extracts multiple suite

✅ out/test/unit/extract/evaluate.test.js

evaluate
  ✅ can evaluate and extract a test table
  ✅ extracts basic suite
  ✅ handles errors appropriately
  ✅ runs esbuild-style modules
  ✅ stubs out requires and placeholds correctly
  ✅ works with skip/only

✅ out/test/unit/extract/syntax.test.js

syntax
  ✅ can detect suite but not dynamic tests
  ✅ extracts basic suite
  ✅ stubs out requires and placeholds correctly
  ✅ works with skip/only