diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-03 00:47:22 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-03 00:47:22 +0100 |
commit | d0a0695fb5d34996850723f7d4b1b59c3df909c2 (patch) | |
tree | 6141a1db06f8f359813c332b3c23f3777f00b568 /lib/wallet/cryptoApi-test.ts | |
parent | e9a383ede7f98512f0dd351697759d75ddb67eac (diff) |
test harness for both browser and node
Diffstat (limited to 'lib/wallet/cryptoApi-test.ts')
-rw-r--r-- | lib/wallet/cryptoApi-test.ts | 6 |
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) => { + +}); |