Added tests using mocha and chai
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
/*!
|
||||
* chai
|
||||
* Copyright(c) 2011-2012 Jake Luer <[email protected]>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
module.exports = function (chai, util) {
|
||||
chai.expect = function (val, message) {
|
||||
return new chai.Assertion(val, message);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user