added unit testing, and started implementing unit tests...phew
This commit is contained in:
12
node_modules/mocha/lib/pending.js
generated
vendored
Normal file
12
node_modules/mocha/lib/pending.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = Pending;
|
||||
|
||||
/**
|
||||
* Initialize a new `Pending` error with the given message.
|
||||
*
|
||||
* @param {string} message
|
||||
*/
|
||||
function Pending(message) {
|
||||
this.message = message;
|
||||
}
|
Reference in New Issue
Block a user