diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-arrow-function/actual.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-arrow-function/actual.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-arrow-function/expected.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-arrow-function/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-arrow-function/expected.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-call/actual.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-call/actual.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-call/expected.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-call/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-call/expected.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-declaration/actual.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-declaration/actual.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-declaration/expected.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-declaration/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-declaration/expected.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/actual.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-reference/actual.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/actual.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-reference/actual.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/expected.js b/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-reference/expected.js similarity index 100% rename from packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/undefined-this-root-reference/expected.js rename to packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/undefined-this-root-reference/expected.js diff --git a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/options.json b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/options.json index 51bfaafbee..95296e5e98 100644 --- a/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/options.json +++ b/packages/babel-plugin-transform-strict-mode/test/fixtures/strict-mode/options.json @@ -1,3 +1,3 @@ { - "plugins": ["transform-strict-mode", "transform-es2015-modules-commonjs"] + "plugins": ["transform-strict-mode"] }