Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Created January 3, 2015 13:23
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/de20c7201bd1f34e30e6 to your computer and use it in GitHub Desktop.
Save FGRibreau/de20c7201bd1f34e30e6 to your computer and use it in GitHub Desktop.
$ cat package.json | grep "test"
"test": "zsh -c 'setopt extended_glob;mocha -t 5000 -R spec **/*.test.js~node_modules/*; zsh -i'",
$ npm test
> zsh -c 'setopt extended_glob;mocha -t 5000 -R spec **/*.test.js~node_modules/*; zsh -i'
(... tests start ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment