1
0
mirror of synced 2026-04-03 13:40:58 +00:00

fix(dependencies): upgrade dependencies, fix issues caused by breaking changes

This commit is contained in:
Jason Dreyzehner
2018-08-21 01:46:02 -04:00
parent 56c948717d
commit 8a692bff97
6 changed files with 2641 additions and 3075 deletions

View File

@@ -1,5 +1,5 @@
// tslint:disable:no-expression-statement
import { test } from 'ava';
import test from 'ava';
import { asyncABC } from './async';
test('getABC', async t => {

View File

@@ -1,5 +1,5 @@
// tslint:disable:no-expression-statement no-object-mutation
import { Macro, test } from 'ava';
import test, { Macro } from 'ava';
import { sha256, sha256Native } from './hash';
const hash: Macro = (t, input: string, expected: string) => {