Moved
This commit is contained in:
16
CM2010 Software Design and Development/Topic 2/8.2.4/node_modules/mocha/lib/pending.js
generated
vendored
Normal file
16
CM2010 Software Design and Development/Topic 2/8.2.4/node_modules/mocha/lib/pending.js
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
@module Pending
|
||||
*/
|
||||
|
||||
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