From e89b0752c17def0dcaf15af2fa162cbd56bde4f1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 7 May 2019 23:46:50 +0200 Subject: update package versions --- src/crypto/cryptoApi-test.ts | 2 +- src/crypto/emscInterface-test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crypto') 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) => { -- cgit v1.2.3