aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/run_tests.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run_tests.js b/test/run_tests.js
index 88aded741..0c7b2c4c1 100644
--- a/test/run_tests.js
+++ b/test/run_tests.js
@@ -24,6 +24,9 @@ let emsc = require("../lib/emscripten/libwrapper.js");
let System = require("systemjs");
+// When instrumenting code with istanbul,
+// automatic module type detection fails,
+// thus we specify it here manually.
System.config({
defaultJSExtensions: true,
meta: {