fix tests
This commit is contained in:
parent
eae4e5b383
commit
2e91f67b9c
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
--compilers js:babel/register
|
--compilers js:babel-core/register
|
|
@ -1,3 +1,5 @@
|
||||||
|
/*global describe,it*/
|
||||||
|
|
||||||
import { readManifest, collect } from '../out/package';
|
import { readManifest, collect } from '../out/package';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
|
|
Loading…
Add table
Reference in a new issue