Skip to content

Commit

Permalink
test(transformer): remove repeated code from fixtures updating script (
Browse files Browse the repository at this point in the history
…oxc-project#8287)

Pure refactor / tidy up. These 2 lines are repeated twice.
  • Loading branch information
overlookmotel committed Jan 6, 2025
1 parent c8e4843 commit cd0c2dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/transform_conformance/update_fixtures.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ async function transform(inputPath, options) {
cwd: import.meta.dirname,
};
delete options.BABEL_8_BREAKING;
delete options.validateLogs;
delete options.SKIP_ON_PUBLISH;
delete options.SKIP_babel7plugins_babel8core;
delete options.minNodeVersion;
delete options.validateLogs;
Expand Down

0 comments on commit cd0c2dc

Please sign in to comment.