From 885285734733b71c88dfb0da513988eb8678aa14 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 12 Sep 2016 20:25:56 +0200 Subject: fix compiler warnings --- test/tests/taler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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"}); -- cgit v1.2.3