Skip to content

Instantly share code, notes, and snippets.

@biliboss
Created January 20, 2018 12:34
Show Gist options
  • Save biliboss/b75051bd612ae6e8b59918e6b3b0bae0 to your computer and use it in GitHub Desktop.
Save biliboss/b75051bd612ae6e8b59918e6b3b0bae0 to your computer and use it in GitHub Desktop.
NodeJS Tests Snippets
// Use chai should to assert null
const should = chai.should();
should.exist(any);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment