Skip to content

Instantly share code, notes, and snippets.

@vitalets
Last active December 5, 2017 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitalets/d0853159c703706ad96b7c4814ab6af9 to your computer and use it in GitHub Desktop.
Save vitalets/d0853159c703706ad96b7c4814ab6af9 to your computer and use it in GitHub Desktop.
Mocha ES6 modules: correct run.js
import './sum.test.js';
mocha.checkLeaks();
mocha.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment