Navigation Menu

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

npm test fails on windows - jshinit does not recognize lib/*.js #916

Closed
smartmouse opened this issue Sep 23, 2015 · 2 comments
Closed

npm test fails on windows - jshinit does not recognize lib/*.js #916

smartmouse opened this issue Sep 23, 2015 · 2 comments
Labels

Comments

@smartmouse
Copy link

On a command prompt windows , with node 0.12.7
When I invoke npm test, jshinit cannot find lib/*.js

However, if I modify lib/*.js to lib/async.js without the wildcard, it works.
Are you aware of this behaviour on windows.
Is this jshint issue on windows?
On linux , this is working fine.

"scripts": {
"mocha-node-test": "mocha mocha_test/",
"mocha-browser-test": "karma start",
"mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
"nodeunit-test": "nodeunit test/test-async.js",
"test": "npm run-script lint && npm run nodeunit-test && npm run mocha-test",
"lint": "jshint lib/async.js test/test-async.js perf/benchmark.js && jscs lib/async.js test/test-async.js perf/benchmark.js",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},

@megawac
Copy link
Collaborator

megawac commented Oct 14, 2015

Feel free to send a PR changing this. This is a long time issue on windows

@aearly
Copy link
Collaborator

aearly commented Jan 9, 2016

Closed by #1003

@aearly aearly closed this as completed Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants