Fix running tests (#182)
This commit is contained in:
parent
349e31b665
commit
7348637a1e
@ -28,3 +28,6 @@ matrix:
|
||||
include:
|
||||
- node_js: "node"
|
||||
env: LINT=true PKG_CMD="npm"
|
||||
exclude:
|
||||
- node_js: "4"
|
||||
env: PKG_CMD="yarn"
|
||||
|
||||
@ -1 +1,3 @@
|
||||
require("babel-helper-plugin-test-runner")(__dirname);
|
||||
import runner from "babel-helper-plugin-test-runner";
|
||||
|
||||
runner(__dirname);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user