-
Notifications
You must be signed in to change notification settings - Fork 691
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
Cant run tests on windows #160
Comments
Same issue as here #151 |
I've changed the line to Which now runs on windows, but it only says Executed in 0.07s and no output... |
It's fine for me. |
@vincaslt |
@wassimz I get this error then |
@Altiano |
I created a PR #205 which should fix the issue |
Running
yarn test
I am getting an error saying that NODE_ENV is not recognized as a command. The line which is being run:NODE_ENV=test babel-node node_modules/.bin/isparta cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js
The text was updated successfully, but these errors were encountered: