From e3b614cd7dfa6ebe6fa6becd5b4a951f95c2c7eb Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 19 Aug 2016 05:48:21 +0200 Subject: [PATCH] Fix path in testing script --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 6d4bd05..b9a2aff 100644 --- a/test/test.js +++ b/test/test.js @@ -25,7 +25,7 @@ if (isBrowser || isWebWorker) { debug.enable("*"); } -const unhandledRejection = require("./"); +const unhandledRejection = require("../"); let emitter = unhandledRejection();