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 @types/picomatch from 2.3.3 to 2.3.4 #90

Merged
merged 1 commit into from
Jul 1, 2024

build(deps-dev): bump @types/picomatch from 2.3.3 to 2.3.4

8a35aa7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

build(deps-dev): bump @types/picomatch from 2.3.3 to 2.3.4 #90

build(deps-dev): bump @types/picomatch from 2.3.3 to 2.3.4
8a35aa7
Select commit
Loading
Failed to load commit list.
GitHub Actions / VS Code Test Results (windows-latest, stable, desktop) succeeded Jul 1, 2024 in 0s

52 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
test-results/config-file-change.json 2✅ 4s
test-results/no-config.json 1✅ 13s
test-results/overlapping-tests.json 9✅ 5s
test-results/simple.json 12✅ 15s
test-results/source-mapped.json 4✅ 3s
test-results/tsnode-checkjs.json 2✅ 3s
test-results/typescript-full.json 3✅ 5s
test-results/typescript-top-level-await.json 1✅ 648ms
test-results/typescript.json 4✅ 6s
test-results/unit.json 14✅ 180ms

✅ test-results/config-file-change.json

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

Test suite Passed Failed Skipped Time
out/test/integration/config-file-change.test.js 2✅ 3s

✅ out/test/integration/config-file-change.test.js

config-file-change
  ✅ delete-create-flow
  ✅ rename-flow

✅ test-results/no-config.json

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

Test suite Passed Failed Skipped Time
out/test/integration/no-config.test.js 1✅ 12s

✅ out/test/integration/no-config.test.js

no-config
  ✅ create-file-flow

✅ test-results/overlapping-tests.json

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

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

✅ 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

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

Test suite Passed Failed Skipped Time
out/test/integration/simple.test.js 12✅ 8s

✅ 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/source-mapped.json

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

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

✅ 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-full.json

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

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

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

typescript-full
  ✅ debugs tests
  ✅ discovers tests
  ✅ runs tests

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

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

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

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

typescript top level await
  ✅ discovers tests fails cjs

✅ test-results/typescript.json

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

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

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

typescript
  ✅ correct failing test location
  ✅ debugs tests
  ✅ discovers tests
  ✅ runs tests

✅ test-results/unit.json

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

Test suite Passed Failed Skipped Time
out/test/unit/extract/evaluate-typescript.test.js 4✅ 68ms
out/test/unit/extract/evaluate.test.js 6✅ 13ms
out/test/unit/extract/syntax.test.js 4✅ 17ms

✅ 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

✅ 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