Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save airportyh/4318598 to your computer and use it in GitHub Desktop.
describe('TEST', function(){
it('SHOULD PASS', function(){
"st".indexOf1('x')
})
})
{
"launchers": {
"Mocha": {
"command": "mocha -R spec --colors"
}
},
"launch_in_dev": ["Mocha"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment