taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 8d3585171fd3ee1aa7b09d1a3ecc51166787842e
parent 39fc46219ca5bd37135c71caacd1cf82bb0dc65c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 27 Apr 2016 15:43:02 +0200

comment

Diffstat:
Mtest/run_tests.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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: {