diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-05-07 23:46:50 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-05-07 23:46:50 +0200 |
commit | e89b0752c17def0dcaf15af2fa162cbd56bde4f1 (patch) | |
tree | 26fc06d551cf72124ad0d54fc9ff396df242d5a0 /src/helpers-test.ts | |
parent | 1cfac33f537bbd649f2c6535baa5fd273a66fcb3 (diff) |
update package versions
Diffstat (limited to 'src/helpers-test.ts')
-rw-r--r-- | src/helpers-test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers-test.ts b/src/helpers-test.ts index 8ce3c8e2d..74817120a 100644 --- a/src/helpers-test.ts +++ b/src/helpers-test.ts @@ -15,7 +15,7 @@ */ -import {test} from "ava"; +import test from "ava"; import * as helpers from "./helpers"; |