Skip to content

Instantly share code, notes, and snippets.

@aaronshaf
Last active December 21, 2015 15:49
Show Gist options
  • Select an option

  • Save aaronshaf/6329655 to your computer and use it in GitHub Desktop.

Select an option

Save aaronshaf/6329655 to your computer and use it in GitHub Desktop.
asyncTest 'testing the test...', 1, ->
setTimeout (->
equal 1,1
start()
), 50
@aaronshaf
Copy link
Author

Errors:

Expected 1 assertions, but 0 were run
Uncaught Error: assertion outside test context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment