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

fix #8868 #9327

Merged
merged 1 commit into from Mar 9, 2024
Merged

fix #8868 #9327

merged 1 commit into from Mar 9, 2024

Conversation

paperdave
Copy link
Collaborator

Fixes #8868

fixes a crash when using expect outside of the test runner

Copy link

github-actions bot commented Mar 9, 2024

❌🪟 @paperdave, there are 20 test regressions on Windows x86_64

  • test\cli\inspect\inspect.test.ts
  • test\cli\install\bun-upgrade.test.ts
  • test\cli\install\migration\migrate.test.ts
  • test\cli\run\run-eval.test.ts
  • test\cli\run\transpiler-cache.test.ts
  • test\js\bun\dns\resolve-dns.test.ts
  • test\js\bun\http\fetch-file-upload.test.ts
  • test\js\bun\http\bun-server.test.ts
  • test\js\bun\shell\shelloutput.test.ts
  • test\js\bun\shell\throw.test.ts
  • test\js\first_party\ws\ws.test.ts
  • test\js\node\async_hooks\AsyncLocalStorage.test.ts
  • test\js\bun\websocket\websocket-server.test.ts
  • test\js\node\dns\node-dns.test.js
  • test\js\node\process\process-args.test.js
  • test\js\web\fetch\body-stream-excess.test.ts
  • test\js\web\fetch\body-stream.test.ts
  • test\js\web\websocket\websocket-upgrade.test.ts
  • test\js\web\websocket\websocket.test.js
  • test\js\web\workers\worker.test.ts

Full Test Output

@Jarred-Sumner Jarred-Sumner merged commit c3a9a7c into main Mar 9, 2024
26 of 31 checks passed
@Jarred-Sumner Jarred-Sumner deleted the dave/expect-crash-fix branch March 9, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

calling expect outside of test crashes on promises
2 participants