Skip to content

Instantly share code, notes, and snippets.

@airportyh
Created December 17, 2012 14:11
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 airportyh/4318556 to your computer and use it in GitHub Desktop.
Save airportyh/4318556 to your computer and use it in GitHub Desktop.
describe('stuff should break', function(){
it('should break', function(){
Foo()
})
})
launchers:
Node:
command: "mocha -R tap *_test.js"
protocol: "tap"
launch_in_dev:
- Node
- Chrome
launch_in_ci:
- Node
- Chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment