coryhouse / javascript-development-environment

JavaScript development environment discussed in "Building a JavaScript Development Environment" on Pluralsight
https://app.pluralsight.com/library/courses/javascript-development-environment/table-of-contents
MIT License
297 stars 196 forks source link

npm test error #13

Closed sugandhgoyal closed 7 years ago

sugandhgoyal commented 7 years ago

javascript-development-environment@1.0.0 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 commented 7 years ago

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