Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.10.0 #174

build(deps-dev): bump @typescript-eslint/eslint-plugin

17de436
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.10.0 #174

build(deps-dev): bump @typescript-eslint/eslint-plugin
17de436
Select commit
Loading
Failed to load commit list.
GitHub Actions / VS Code Test Results (windows-latest, insiders, desktop) succeeded Oct 21, 2024 in 0s

44 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
test-results/normal-config-file-change.json 2βœ… 4s
test-results/normal-no-config.json 1βœ… 12s
test-results/normal-overlapping-tests.json 9βœ… 3s
test-results/normal-simple.json 12βœ… 12s
test-results/normal-source-mapped.json 4βœ… 2s
test-results/normal-tsnode-checkjs.json 2βœ… 3s
test-results/normal-unit.json 14βœ… 168ms

βœ…Β test-results/normal-config-file-change.json

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

Test suite Passed Failed Skipped Time
d:/a/mocha-vscode/mocha-vscode/out/test/integration/config-file-change.test.js 2βœ… 2s

βœ…Β d:/a/mocha-vscode/mocha-vscode/out/test/integration/config-file-change.test.js

config-file-change
  βœ… delete-create-flow
  βœ… rename-flow

βœ…Β test-results/normal-no-config.json

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

Test suite Passed Failed Skipped Time
d:/a/mocha-vscode/mocha-vscode/out/test/integration/no-config.test.js 1βœ… 12s

βœ…Β d:/a/mocha-vscode/mocha-vscode/out/test/integration/no-config.test.js

no-config
  βœ… create-file-flow

βœ…Β test-results/normal-overlapping-tests.json

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

Test suite Passed Failed Skipped Time
d:/a/mocha-vscode/mocha-vscode/out/test/integration/overlapping-tests.test.js 9βœ… 3s

βœ…Β d:/a/mocha-vscode/mocha-vscode/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/normal-simple.json

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

Test suite Passed Failed Skipped Time
d:/a/mocha-vscode/mocha-vscode/out/test/integration/simple.test.js 12βœ… 5s

βœ…Β d:/a/mocha-vscode/mocha-vscode/out/test/integration/simple.test.js

simple
  βœ… cleans up folder if all child files are deleted
  βœ… correct failing test location
  βœ… 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/normal-source-mapped.json

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

Test suite Passed Failed Skipped Time
d:/a/mocha-vscode/mocha-vscode/out/test/integration/source-mapped.test.js 4βœ… 2s

βœ…Β d:/a/mocha-vscode/mocha-vscode/out/test/integration/source-mapped.test.js

source mapped
  βœ… debugs tests
  βœ… discovers tests
  βœ… has correct test locations
  βœ… runs tests

βœ…Β test-results/normal-tsnode-checkjs.json

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

Test suite Passed Failed Skipped Time
d:/a/mocha-vscode/mocha-vscode/out/test/integration/tsnode-checkjs.test.js 2βœ… 3s

βœ…Β d:/a/mocha-vscode/mocha-vscode/out/test/integration/tsnode-checkjs.test.js

tsnode-checkjs
  βœ… discovers tests
  βœ… runs tests

βœ…Β test-results/normal-unit.json

14 tests were completed in 168ms with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
d:/a/mocha-vscode/mocha-vscode/out/test/unit/extract/evaluate-typescript.test.js 4βœ… 57ms
d:/a/mocha-vscode/mocha-vscode/out/test/unit/extract/evaluate.test.js 6βœ… 10ms
d:/a/mocha-vscode/mocha-vscode/out/test/unit/extract/syntax.test.js 4βœ… 20ms

βœ…Β d:/a/mocha-vscode/mocha-vscode/out/test/unit/extract/evaluate-typescript.test.js

evaluate typescript
  βœ… extracts basic suite
  βœ… extracts basic suite ts syntax
  βœ… extracts basic suite with import
  βœ… extracts multiple suite

βœ…Β d:/a/mocha-vscode/mocha-vscode/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

βœ…Β d:/a/mocha-vscode/mocha-vscode/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