Skip to content

Instantly share code, notes, and snippets.

@clowestab
Last active August 3, 2017 21:33
Show Gist options
  • Save clowestab/5649d9efe3c414607fd00aad94b12e28 to your computer and use it in GitHub Desktop.
Save clowestab/5649d9efe3c414607fd00aad94b12e28 to your computer and use it in GitHub Desktop.
before(function(done) {
//run asynchronous setup
//tell mocha when you are done
done();
});
//test code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment