aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mocha/lib/browser/debug.js
blob: ba232896dfb3f122387fe916db87e7fbd9c51860 (plain)
1
2
3
4
/* eslint-disable no-unused-vars */
module.exports = function(type) {
  return function() {};
};