diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-05-12 11:45:09 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-05-12 11:45:09 +0200 |
commit | ddf7f22d8d8c1a648c876f31d5801adaedba0bf2 (patch) | |
tree | c5136dfe255038ffe118c8e09365c01486930f4a /test/run_tests.js | |
parent | e754f0c6dda1d70ffa5cdcfd99a9a0e6bc9cc6bf (diff) | |
parent | 071b4aee7ebd3f80ba7f7c0d6e57373bca7b7bac (diff) |
Merge branch 'master' of ssh://taler.net/var/git/wallet-webex
Diffstat (limited to 'test/run_tests.js')
-rw-r--r-- | test/run_tests.js | 3 |
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: { |