Fix path in testing script

master
Sven Slootweg 8 years ago
parent 13d186bdcd
commit e3b614cd7d

@ -25,7 +25,7 @@ if (isBrowser || isWebWorker) {
debug.enable("*");
}
const unhandledRejection = require("./");
const unhandledRejection = require("../");
let emitter = unhandledRejection();

Loading…
Cancel
Save