Scoped: change test imports to @babel/ [skip ci]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import _regeneratorRuntime from "babel-runtime/regenerator";
|
||||
import _Symbol from "babel-runtime/core-js/symbol";
|
||||
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
||||
import _Symbol from "@babel/runtime/core-js/symbol";
|
||||
|
||||
var _marked =
|
||||
/*#__PURE__*/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import runner from "babel-helper-plugin-test-runner";
|
||||
import runner from "@babel/helper-plugin-test-runner";
|
||||
|
||||
runner(__dirname);
|
||||
|
||||
Reference in New Issue
Block a user