-
Notifications
You must be signed in to change notification settings - Fork 14
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
Switch test runner to Jest #8
Comments
Note: "Launch extension (vscode)" will open a new instance of VSCode with the testProject folder open, which you can manually beautify things. You have to manually stop the test or close the window. |
I switched over to Jest. I keep getting cannot find module vscode errors in the src files.
|
Anyone wants to take a shot at it: https://github.com/szeck87/vscode/tree/migrate-to-jest |
I will try later. For now I want to get #10 working 👍 . |
It's kind of ugly, but it works: https://github.com/szeck87/vscode/tree/migrate-to-jest |
See #19 |
Jest: https://facebook.github.io/jest/
See https://github.com/Microsoft/vscode-extension-vscode/blob/master/lib/testrunner.js for how the Mocha test runner for VSCode is implemented.
The text was updated successfully, but these errors were encountered: