diff options
Diffstat (limited to 'node_modules/mocha/lib/browser/debug.js')
| -rw-r--r-- | node_modules/mocha/lib/browser/debug.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/mocha/lib/browser/debug.js b/node_modules/mocha/lib/browser/debug.js new file mode 100644 index 0000000..946f4ab --- /dev/null +++ b/node_modules/mocha/lib/browser/debug.js @@ -0,0 +1,6 @@ + +module.exports = function(type){ + return function(){ + + } +};
\ No newline at end of file |
