Update ava to the latest version 🚀 (#450)
* chore(package): update ava to version 0.19.0 https://greenkeeper.io/ * Fix tests for latest ava
This commit is contained in:
committed by
Daniel Tschinder
parent
aef9e4fb5c
commit
344f070445
@@ -1,6 +1,5 @@
|
||||
import path from "path";
|
||||
import { runFixtureTests } from "./utils/runFixtureTests";
|
||||
import { parse, parseExpression } from "../lib";
|
||||
import { runFixtureTests } from "./helpers/runFixtureTests";
|
||||
import { parse } from "../lib";
|
||||
|
||||
runFixtureTests(path.join(__dirname, "fixtures"), parse);
|
||||
runFixtureTests(path.join(__dirname, "expressions"), parseExpression);
|
||||
|
||||
Reference in New Issue
Block a user