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,6 +1,6 @@
const path = require('path');
const test = require('ava');
const execa = require('execa');
import path from 'path';
import test from 'ava';
import execa from 'execa';
// Spoof supports-color
require('./_supports-color')(__dirname);