Refactor test packages to use ES modules instead of CJS (#5138)

This commit is contained in:
Sergey Rubanov
2017-01-16 19:25:04 +03:00
committed by Henry Zhu
parent b315fc6135
commit 292c3ca206
75 changed files with 247 additions and 126 deletions

View File

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