mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[oops] Use correct import path in test262-preprocessor
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const runReactForgetBabelPlugin = require("../dist/Babel/RunReactForgetBabelPlugin");
|
||||
const runReactForgetBabelPlugin =
|
||||
require("../dist/Babel/RunReactForgetBabelPlugin").default;
|
||||
|
||||
// Preprocessor that runs Forget on the test262 test prior to execution. Compilation errors short
|
||||
// circuit test execution and report an error immediately.
|
||||
|
||||
Reference in New Issue
Block a user