Skip to content

Instantly share code, notes, and snippets.

@fivetanley
Created November 29, 2016 20:26
Show Gist options
  • Save fivetanley/a225f0cca2bd53e040bc2f91d477e71a to your computer and use it in GitHub Desktop.
Save fivetanley/a225f0cca2bd53e040bc2f91d477e71a to your computer and use it in GitHub Desktop.
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() {
});
@mrmicahcooper
Copy link

😢

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