aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-27 15:43:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-05-09 14:37:43 +0200
commit8d3585171fd3ee1aa7b09d1a3ecc51166787842e (patch)
tree0a8647e36fb52f7f7bc3e3ea4358c55f0694910e
parent39fc46219ca5bd37135c71caacd1cf82bb0dc65c (diff)
downloadwallet-core-8d3585171fd3ee1aa7b09d1a3ecc51166787842e.tar.xz
comment
-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: {