diff options
Diffstat (limited to 'node_modules/mocha/lib/browser/debug.js')
-rw-r--r-- | node_modules/mocha/lib/browser/debug.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/mocha/lib/browser/debug.js b/node_modules/mocha/lib/browser/debug.js deleted file mode 100644 index ba232896d..000000000 --- a/node_modules/mocha/lib/browser/debug.js +++ /dev/null @@ -1,4 +0,0 @@ -/* eslint-disable no-unused-vars */ -module.exports = function(type) { - return function() {}; -}; |