Keep ava on 2.x

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2020-10-04 07:16:12 +13:00
parent 824d6fe946
commit 03067ebf3a
No known key found for this signature in database
GPG key ID: 94AE1ACB662A2A6D
8 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
const test = require('ava');
import test from 'ava';
// Spoof supports-color
require('./_supports-color')(__dirname);