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:
greenkeeper[bot]
2017-04-07 15:52:19 +02:00
committed by Daniel Tschinder
parent aef9e4fb5c
commit 344f070445
6 changed files with 313 additions and 202 deletions

View File

@@ -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);