Skip to content

build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.7.1 #65

build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.7.1

build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.7.1 #65

GitHub Actions / VS Code Test Results (windows-latest, stable, desktop) succeeded Apr 29, 2024 in 0s

43 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
test-results/overlapping-tests.json 9✅ 3s
test-results/simple.json 11✅ 12s
test-results/source-mapped.json 4✅ 2s
test-results/tsnode-checkjs.json 2✅ 3s
test-results/typescript-top-level-await.json 1✅ 470ms
test-results/typescript.json 3✅ 4s
test-results/unit.json 13✅ 208ms

✅ test-results/overlapping-tests.json

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

Test suite Passed Failed Skipped Time
out/test/integration/overlapping-tests.test.js 9✅ 3s

✅ out/test/integration/overlapping-tests.test.js

overlapping tests
  ✅ cannot differenciate overlapping suites
  ✅ discovers tests
  ✅ runs all in folder
  ✅ runs all suites in specific file
  ✅ runs all tests
  ✅ runs mixed nodes
  ✅ runs multiple files
  ✅ runs only suite of specific file
  ✅ runs only test of specific file

✅ test-results/simple.json

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

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

✅ 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/tsnode-checkjs.json

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

Test suite Passed Failed Skipped Time
out/test/integration/tsnode-checkjs.test.js 2✅ 3s

✅ out/test/integration/tsnode-checkjs.test.js

tsnode-checkjs
  ✅ discovers tests
  ✅ runs tests

✅ test-results/typescript-top-level-await.json

1 tests were completed in 470ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
out/test/integration/typescript-top-level-await.test.js 1✅ 391ms

✅ out/test/integration/typescript-top-level-await.test.js

typescript top level await
  ✅ discovers tests fails

✅ test-results/typescript.json

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

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

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

typescript
  ✅ debugs tests
  ✅ discovers tests
  ✅ runs tests

✅ test-results/unit.json

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

Test suite Passed Failed Skipped Time
out/test/unit/extract/evaluate-typescript.test.js 3✅ 67ms
out/test/unit/extract/evaluate.test.js 6✅ 16ms
out/test/unit/extract/syntax.test.js 4✅ 30ms

✅ 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