pull/51/head
Fabian Jakobs 2015-03-17 10:22:41 +00:00
rodzic f1b14e0117
commit 80867587eb
1 zmienionych plików z 1 dodań i 1 usunięć

2
node_modules/c9/inline-mocha.js wygenerowano vendored
Wyświetl plik

@ -4,7 +4,7 @@ module.exports = function(module, reporter, options) {
global.onload = undefined;
var file = module.filename;
var Mocha = require("mocha");
var mocha = new Mocha({globals: ['error']});
var mocha = new Mocha(options || {});
mocha.reporter(reporter || "spec");
var suite = mocha.suite;
suite.emit('pre-require', global, file, mocha);