Open
Description
So in your package.json in /AdvancedReduxCode/testing/package.json you have this line of code under 'scripts':
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js 'test/**/*.js'",
The quotes around 'test/**/*.js' cause the script to fail. Once I remove them it runs fine. I'm running in a terminal on Windows 10 machine.
Metadata
Metadata
Assignees
Labels
No labels