diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-09-22 15:09:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-09-22 15:09:18 +0200 |
commit | 4974dd19c02778f0c58fad6cd12e839c9164e00d (patch) | |
tree | 69198fc1d53cb595ed1cb393e86ac7ef0038a309 /test/tests/taler.ts | |
parent | 903bb780dea2a4c538d2ffde3ba5a0a7f4497050 (diff) | |
parent | fca125a0da491e1753d2902d21a672559936922b (diff) |
Merge branch 'master' of git+ssh://taler.net/var/git/wallet-webex
Diffstat (limited to 'test/tests/taler.ts')
-rw-r--r-- | test/tests/taler.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests/taler.ts b/test/tests/taler.ts index 941e8284d..0ffb37329 100644 --- a/test/tests/taler.ts +++ b/test/tests/taler.ts @@ -1,9 +1,9 @@ import * as Emsc from '../../lib/wallet/emscriptif'; -declare var HttpMockLib; +declare var HttpMockLib: any; -export function declareTests(assert, context, it) { +export function declareTests(assert: any, context: any, it: any) { it("calls native emscripten code", function() { let x = new Emsc.Amount({value: 42, fraction: 42, currency: "EUR"}); |