aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-05-07 23:46:50 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-05-07 23:46:50 +0200
commite89b0752c17def0dcaf15af2fa162cbd56bde4f1 (patch)
tree26fc06d551cf72124ad0d54fc9ff396df242d5a0 /src/crypto
parent1cfac33f537bbd649f2c6535baa5fd273a66fcb3 (diff)
downloadwallet-core-e89b0752c17def0dcaf15af2fa162cbd56bde4f1.tar.gz
wallet-core-e89b0752c17def0dcaf15af2fa162cbd56bde4f1.tar.bz2
wallet-core-e89b0752c17def0dcaf15af2fa162cbd56bde4f1.zip
update package versions
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/cryptoApi-test.ts2
-rw-r--r--src/crypto/emscInterface-test.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/cryptoApi-test.ts b/src/crypto/cryptoApi-test.ts
index 88099e3eb..24342a436 100644
--- a/src/crypto/cryptoApi-test.ts
+++ b/src/crypto/cryptoApi-test.ts
@@ -16,7 +16,7 @@
// tslint:disable:max-line-length
-import { test } from "ava";
+import test from "ava";
import {
DenominationRecord,
diff --git a/src/crypto/emscInterface-test.ts b/src/crypto/emscInterface-test.ts
index 518ed8e72..58d83e6fe 100644
--- a/src/crypto/emscInterface-test.ts
+++ b/src/crypto/emscInterface-test.ts
@@ -16,7 +16,7 @@
// tslint:disable:max-line-length
-import {test} from "ava";
+import test from "ava";
import * as native from "./emscInterface";
test("string hashing", (t) => {