From 8d3585171fd3ee1aa7b09d1a3ecc51166787842e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Apr 2016 15:43:02 +0200 Subject: comment --- test/run_tests.js | 3 +++ 1 file changed, 3 insertions(+) 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: { -- cgit v1.2.3