Last active
August 29, 2015 14:19
-
-
Save kaeff/63c4cfaae5e3dad4ec8b to your computer and use it in GitHub Desktop.
Global Assert
This file contains 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
global.assert = require('assert'); |
This file contains 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
{ | |
"name": "global_assert", | |
"version": "0.0.1", | |
"description": "Mocha helper to get rid of `var assert = require('assert');` in every test file", | |
"main": "global_assert.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "[email protected]:/63c4cfaae5e3dad4ec8b.git" | |
}, | |
"author": "kaeff", | |
"license": "MIT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment