Created
November 29, 2016 20:26
-
-
Save fivetanley/a225f0cca2bd53e040bc2f91d477e71a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import describe from 'mocha'; | |
console.icryeverytiem('tears'); // this should throw an error in the console but doesnt | |
// the rest of the tests continue to run though | |
// this never runs | |
describe('my test', function() { | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
😢