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 error #13

Closed
sugandhgoyal opened this issue May 7, 2017 · 1 comment
Closed

npm test error #13

sugandhgoyal opened this issue May 7, 2017 · 1 comment

Comments

@sugandhgoyal
Copy link

[email protected] test G:\Pluralsight-JsDevEnv
mocha --reporter progress buildScripts/testSetup.js "src/**/*.test.js"

Warning: Could not find any test files matching pattern: src/**/*.test.js
0 passing (2ms)

Why does this give 0 passing?

@coryhouse
Copy link
Owner

This is just saying it can't find any test files. Create at least one test and this will go away.

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

No branches or pull requests

2 participants