Skip to content

fix: Ensure ESBuild via custom install #292

fix: Ensure ESBuild via custom install

fix: Ensure ESBuild via custom install #292

GitHub Actions / VS Code Test Results (ubuntu-latest, stable, desktop) failed Oct 12, 2024 in 0s

14 passed, 2 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
test-results/config-file-change.json 2❌ 2s
test-results/unit.json 14✅ 128ms

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

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

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

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

config-file-change
  ❌ delete-create-flow
	[["error","[View details](command:mocha-vscode.showConfigError?%5B%22file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fmocha-vscode%2Fmocha-vscode%2Ftest-workspaces%2Fconfig-file-change%2F.mocharc.js%22%5D)"]]
  ❌ rename-flow
	[["error","[View details](command:mocha-vscode.showConfigError?%5B%22file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fmocha-vscode%2Fmocha-vscode%2Ftest-workspaces%2Fconfig-file-change%2F.mocharc.js%22%5D)"]]

✅ test-results/unit.json

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

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

✅ 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

Annotations

Check failure on line 0 in test-results/config-file-change.json

See this annotation in the file changed.

@github-actions github-actions / VS Code Test Results (ubuntu-latest, stable, desktop)

out/test/integration/config-file-change.test.js ► config-file-change ► delete-create-flow

Failed test found in:
  test-results/config-file-change.json
Error:
  [["error","[View details](command:mocha-vscode.showConfigError?%5B%22file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fmocha-vscode%2Fmocha-vscode%2Ftest-workspaces%2Fconfig-file-change%2F.mocharc.js%22%5D)"]]
Raw output
AssertionError [ERR_ASSERTION]: [["error","[View details](command:mocha-vscode.showConfigError?%5B%22file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fmocha-vscode%2Fmocha-vscode%2Ftest-workspaces%2Fconfig-file-change%2F.mocharc.js%22%5D)"]]
	at expectTestTree (out/test/util.js:211:12)
	at Context.<anonymous> (out/test/integration/config-file-change.test.js:78:35)

Check failure on line 0 in test-results/config-file-change.json

See this annotation in the file changed.

@github-actions github-actions / VS Code Test Results (ubuntu-latest, stable, desktop)

out/test/integration/config-file-change.test.js ► config-file-change ► rename-flow

Failed test found in:
  test-results/config-file-change.json
Error:
  [["error","[View details](command:mocha-vscode.showConfigError?%5B%22file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fmocha-vscode%2Fmocha-vscode%2Ftest-workspaces%2Fconfig-file-change%2F.mocharc.js%22%5D)"]]
Raw output
AssertionError [ERR_ASSERTION]: [["error","[View details](command:mocha-vscode.showConfigError?%5B%22file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fmocha-vscode%2Fmocha-vscode%2Ftest-workspaces%2Fconfig-file-change%2F.mocharc.js%22%5D)"]]
	at expectTestTree (out/test/util.js:211:12)
	at Context.<anonymous> (out/test/integration/config-file-change.test.js:45:35)
	at process.processTicksAndRejections (node:internal/process/task_queues:95:5)