test(transformer): enable fixture overrides for logical-assignment-operators transform (#7758)

Enable overriding Babel's fixtures for logical assignment operators transform.
This commit is contained in:
overlookmotel 2024-12-10 02:28:27 +00:00
parent e48769a45d
commit 8f8b4c31ad

View file

@ -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',