Skip to content

Instantly share code, notes, and snippets.

@airportyh
Created December 17, 2012 14:11
Show Gist options
  • Select an option

  • Save airportyh/4318556 to your computer and use it in GitHub Desktop.

Select an option

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