From 5f466137ad6ac596600e3ff53c9b786815398445 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 17:36:13 +0200 Subject: node_modules, clean up package.json --- node_modules/mocha/lib/pending.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 node_modules/mocha/lib/pending.js (limited to 'node_modules/mocha/lib/pending.js') diff --git a/node_modules/mocha/lib/pending.js b/node_modules/mocha/lib/pending.js deleted file mode 100644 index c847e04e3..000000000 --- a/node_modules/mocha/lib/pending.js +++ /dev/null @@ -1,15 +0,0 @@ - -/** - * Expose `Pending`. - */ - -module.exports = Pending; - -/** - * Initialize a new `Pending` error with the given message. - * - * @param {string} message - */ -function Pending(message) { - this.message = message; -} -- cgit v1.2.3