[oops] Use correct import path in test262-preprocessor

This commit is contained in:
Lauren Tan
2023-01-19 12:29:49 -05:00
parent 40df4a8a86
commit 6174c85ee9
@@ -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.