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
5
test/expressions.js
Normal file
5
test/expressions.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import path from "path";
|
||||
import { runFixtureTests } from "./helpers/runFixtureTests";
|
||||
import { parseExpression } from "../lib";
|
||||
|
||||
runFixtureTests(path.join(__dirname, "expressions"), parseExpression);
|
||||
Reference in New Issue
Block a user