From d0a0695fb5d34996850723f7d4b1b59c3df909c2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 00:47:22 +0100 Subject: test harness for both browser and node --- lib/wallet/cryptoApi-test.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/wallet/cryptoApi-test.ts (limited to 'lib/wallet/cryptoApi-test.ts') diff --git a/lib/wallet/cryptoApi-test.ts b/lib/wallet/cryptoApi-test.ts new file mode 100644 index 000000000..6399367b1 --- /dev/null +++ b/lib/wallet/cryptoApi-test.ts @@ -0,0 +1,6 @@ +import {CryptoApi} from "./cryptoApi"; +import {test, TestLib} from "testlib/talertest"; + +test("string hashing", (t: TestLib) => { + +}); -- cgit v1.2.3