From 2e91f67b9c094804264e704f9693a7afed14a3ab Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 13 Oct 2015 15:30:30 +0200 Subject: [PATCH] fix tests --- test/mocha.opts | 2 +- test/package.test.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index 5d485ea..013dc2a 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1 +1 @@ ---compilers js:babel/register \ No newline at end of file +--compilers js:babel-core/register \ No newline at end of file diff --git a/test/package.test.js b/test/package.test.js index 7bac854..7335819 100644 --- a/test/package.test.js +++ b/test/package.test.js @@ -1,3 +1,5 @@ +/*global describe,it*/ + import { readManifest, collect } from '../out/package'; import * as path from 'path'; import * as fs from 'fs';