Skip to content

Commit

Permalink
Fix test for real
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jun 8, 2023
1 parent 724f7af commit 32c9418
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/babel-preset-env/test/regressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ describe("regressions", () => {
try {
const out = babel.transformSync("class A { #a; x = #a in this }", {
configFile: false,
presets: [
require("./regressions/babel-preset-react-app/index.js").default,
],
presets: [require("./regressions/babel-preset-react-app/index.js")],
});

jest.advanceTimersByTime(5000);
Expand Down

0 comments on commit 32c9418

Please sign in to comment.