Newer
Older
ez-indexation / app / node_modules / mocha / lib / browser / debug.js
@kieffer kieffer on 7 Mar 2017 85 bytes v0.0.0
'use strict';

function noop () {}

module.exports = function () {
  return noop;
};