Skip to content

Commit

Permalink
test(transformer): enable fixture overrides for `logical-assignment-o…
Browse files Browse the repository at this point in the history
…perators` transform
  • Loading branch information
overlookmotel committed Dec 9, 2024
1 parent 3b141c6 commit 01e3c89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/transform_conformance/update_fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ import assert from 'assert';
import { copyFile, readdir, readFile, rename, writeFile } from 'fs/promises';
import { extname, join as pathJoin } from 'path';

const PACKAGES = ['babel-plugin-transform-class-properties'];
const PACKAGES = [
'babel-plugin-transform-class-properties',
'babel-plugin-transform-logical-assignment-operators'
];
const FILTER_OUT_PRESETS = ['env'];
const FILTER_OUT_PLUGINS = [
'transform-classes',
Expand Down

0 comments on commit 01e3c89

Please sign in to comment.