Skip to content

Instantly share code, notes, and snippets.

@vitalets
Created December 4, 2017 16:11
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/3a785d53398690d1a5d3bc816f72505d to your computer and use it in GitHub Desktop.
Save vitalets/3a785d53398690d1a5d3bc816f72505d to your computer and use it in GitHub Desktop.
import 'https://unpkg.com/expect.js@0.3.1/index.js';
import 'https://unpkg.com/mocha@4.0.1/mocha.js';
mocha.setup('bdd');
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