Update to NPM version
This commit is contained in:
12
ProjectSourceCode/node_modules/mocha/lib/pending.js
generated
vendored
Normal file
12
ProjectSourceCode/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