Update test dependencies
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
445092f9af
commit
5be1773244
11 changed files with 59 additions and 56 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import path from 'path';
|
||||
import test from 'ava';
|
||||
import execa from 'execa';
|
||||
const path = require('path');
|
||||
const test = require('ava');
|
||||
const execa = require('execa');
|
||||
|
||||
// Spoof supports-color
|
||||
require('./_supports-color')(__dirname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue