fix tests

This commit is contained in:
Joao Moreno 2015-10-13 15:30:30 +02:00
parent eae4e5b383
commit 2e91f67b9c
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
--compilers js:babel/register
--compilers js:babel-core/register

View file

@ -1,3 +1,5 @@
/*global describe,it*/
import { readManifest, collect } from '../out/package';
import * as path from 'path';
import * as fs from 'fs';