Fix running tests (#182)

This commit is contained in:
Brian Ng 2017-03-06 20:26:42 -06:00 committed by GitHub
parent 349e31b665
commit 7348637a1e
4 changed files with 6 additions and 1 deletions

View File

@ -28,3 +28,6 @@ matrix:
include:
- node_js: "node"
env: LINT=true PKG_CMD="npm"
exclude:
- node_js: "4"
env: PKG_CMD="yarn"

View File

@ -1 +1,3 @@
require("babel-helper-plugin-test-runner")(__dirname);
import runner from "babel-helper-plugin-test-runner";
runner(__dirname);