Created
January 20, 2018 12:34
-
-
Save biliboss/b75051bd612ae6e8b59918e6b3b0bae0 to your computer and use it in GitHub Desktop.
NodeJS Tests Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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