Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Created January 3, 2015 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FGRibreau/0f6f0084bf7dc93968ce to your computer and use it in GitHub Desktop.
Save FGRibreau/0f6f0084bf7dc93968ce to your computer and use it in GitHub Desktop.
$ cat package.json | grep "test"
"test": "mocha -t 5000 -R spec **/*.test.js~node_modules/*",
$ npm test
> mocha -t 5000 -R spec **/*.test.js~node_modules/*
/www/statwarn-monitoring-api/node_modules/mocha/lib/utils.js:494
if (!files.length) throw new Error("cannot resolve path (or pattern) '"
^
Error: cannot resolve path (or pattern) '**/*.test.js~node_modules/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment