aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoApi-test.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
commitd0a0695fb5d34996850723f7d4b1b59c3df909c2 (patch)
tree6141a1db06f8f359813c332b3c23f3777f00b568 /lib/wallet/cryptoApi-test.ts
parente9a383ede7f98512f0dd351697759d75ddb67eac (diff)
downloadwallet-core-d0a0695fb5d34996850723f7d4b1b59c3df909c2.tar.xz
test harness for both browser and node
Diffstat (limited to 'lib/wallet/cryptoApi-test.ts')
-rw-r--r--lib/wallet/cryptoApi-test.ts6
1 files changed, 6 insertions, 0 deletions
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) => {
+
+});