You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] I agree to follow the Code of Conduct
that this project adheres to.
[x ] I have searched the issue tracker for an issue that matches the one I want
to file, without success.
Description of the problem
Create a Static template and create a jest test. Click on Tests tab. View is stuck at "Running Test Suites..." indefinitely.
Tried:
Switching to other template types ie. React but then project code does not run. Tests will run.
Adding test dependencies to package.json. Doesn't appear to work.
How has this issue affected you? What are you trying to accomplish?
Trying to use codesandbox.io to complete a job application test.
Cannot execute any JEST tests.
Very good that you mention this. With the static template, everything is static, we don't run a bundler or something like a test suite. Because of this, the tests do not work. We should remove the test tab for this template. I would recommend to use the vanilla template to get an experience close to static but with testing enabled: https://codesandbox.io/s/vanilla.
🐛 bug report
Preflight Checklist
Contributing Guidelines
for this project.
Code of Conduct
that this project adheres to.
to file, without success.
Description of the problem
Create a Static template and create a jest test. Click on Tests tab. View is stuck at "Running Test Suites..." indefinitely.
Tried:
Switching to other template types ie. React but then project code does not run. Tests will run.
Adding test dependencies to package.json. Doesn't appear to work.
How has this issue affected you? What are you trying to accomplish?
Trying to use codesandbox.io to complete a job application test.
Cannot execute any JEST tests.
To Reproduce
Create a static test and add any basic JEST test.js for example (not mine)
https://codesandbox.io/s/2xkx9mv8pp?file=/index.test.ts
Link to sandbox: link (optional)
https://codesandbox.io/s/2xkx9mv8pp?file=/index.test.ts
Your Environment
The text was updated successfully, but these errors were encountered: