Skip to content
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

Make tests run on Windows. #45

Merged
merged 1 commit into from
Aug 9, 2017
Merged

Conversation

binki
Copy link

@binki binki commented Jul 6, 2017

npm run (npm test calls npm run test) automatically adds node_modules/.bin
to PATH. This way, you do not have to specify the path to node_modules/.bin.
On Windows, specifying a unix-style path results in an error, so omitting the
relative path enables mocha to be called successfully.

npm run (npm test calls npm run test) automatically adds node_modules/.bin
to PATH. This way, you do not have to specify the path to node_modules/.bin.
On Windows, specifying a unix-style path results in an error, so omitting the
relative path enables mocha to be called successfully.
@evan-king evan-king added this to the v11.0 milestone Aug 9, 2017
@evan-king evan-king merged commit ea1014a into dscape:master Aug 9, 2017
@binki binki deleted the npm-test-windows branch August 9, 2017 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants