Skip to content

Instantly share code, notes, and snippets.

@louisremi
Created February 15, 2016 17:40
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 louisremi/58b22dc4426905dc2962 to your computer and use it in GitHub Desktop.
Save louisremi/58b22dc4426905dc2962 to your computer and use it in GitHub Desktop.
"name": "fooproject",
"config": {
"reporter": "xunit"
},
"scripts": {
"test": "mocha test/ --reporter $npm_package_config_reporter",
"test:dev": "npm run test --fooproject:reporter=spec"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment