From 004a0372abd42da19690d95b25ede5b0ffe10601 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Apr 2016 15:06:56 +0200 Subject: get test skeleton working again --- test/tests/taler.ts | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'test/tests/taler.ts') diff --git a/test/tests/taler.ts b/test/tests/taler.ts index 14130f9af..941e8284d 100644 --- a/test/tests/taler.ts +++ b/test/tests/taler.ts @@ -5,20 +5,9 @@ declare var HttpMockLib; export function declareTests(assert, context, it) { - it("works!", function() { + it("calls native emscripten code", function() { let x = new Emsc.Amount({value: 42, fraction: 42, currency: "EUR"}); let j = x.toJson(); assert("value" in j); }); - - - it("retries", function() { - let m = new HttpMockLib(); - /*m.intercept() - .matchUrlContains() - .counterEquals(0) - .count() - .sen*/ - }) - -} \ No newline at end of file +} -- cgit v1.2.3