Replies: 1 comment 1 reply
-
Jest integration only works in client sandboxes, see https://codesandbox.io/docs/tests |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have created a nodejs simple application with minimal functionality.
I have also created a file
xxxxxx.test.js
under source. however I cannot see a test tab to preview the test.the only option is to run it on the terminal which is not as great as the test tab.
is there a way to force the tab to show or configure the project to allow the tests to be configured?
https://codesandbox.io/s/nodeplayground-gxuw6?file=/src/index.js
Beta Was this translation helpful? Give feedback.
All reactions