Skip to content

Instantly share code, notes, and snippets.

@comficker
Created October 11, 2022 04:23
Show Gist options
  • Save comficker/16d01a8a222426b595dc01023a8f00f3 to your computer and use it in GitHub Desktop.
Save comficker/16d01a8a222426b595dc01023a8f00f3 to your computer and use it in GitHub Desktop.
Mocha Installation
$ npm install mocha
$ mkdir test
$ $EDITOR test/test.js # or open with your favorite editor

Mocha Cheat Sheet

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