web-test-runner crashes in debug mode #2072
Unanswered
cdaringe
asked this question in
Troubleshooting
Replies: 1 comment
-
I'm not able to reproduce this issue. Could you explain more about the steps you're taking in the browser before it crashes? And how does the crash manifest? Is it the browser? Are there any errors logged to the terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Using
yarn test -- --open --manual
, then proceeding to debug tests results in silent failure. For example:Repro
npx create-snowpack-app new-dir --template @snowpack/app-template-preact-typescript --use-yarn
yarn test -- --open --manual
Beta Was this translation helpful? Give feedback.
All reactions