Skip to content
Snippets Groups Projects
Commit 29ead233 authored by Lucas Gabriel Lima's avatar Lucas Gabriel Lima
Browse files

add chai assertion lib

parent 5a02bfd6
No related branches found
No related tags found
1 merge request!3Tests
......@@ -23,6 +23,7 @@
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}
var assert = require('chai').assert;
it('doesn\'t do anything', function(){
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment