Scoped: change test imports to @babel/ [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 14:19:55 -04:00
parent cde0054227
commit 691f90a774
81 changed files with 86 additions and 86 deletions

View File

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