fix(dependencies): upgrade dependencies, fix issues caused by breaking changes
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user