From cc6d440f0ee5de719a7970759673e96f9620ad19 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 23 Nov 2014 16:17:49 +1100 Subject: [PATCH] update classes and destructuring test names --- .../{classes => es6-classes}/accessing-super-class/actual.js | 0 .../{classes => es6-classes}/accessing-super-class/expected.js | 0 .../{classes => es6-classes}/accessing-super-properties/actual.js | 0 .../accessing-super-properties/expected.js | 0 .../{classes => es6-classes}/calling-super-properties/actual.js | 0 .../{classes => es6-classes}/calling-super-properties/expected.js | 0 .../transformation/{classes => es6-classes}/constructor/actual.js | 0 .../{classes => es6-classes}/constructor/expected.js | 0 .../defining-constructor-as-a-mutator/actual.js | 0 .../defining-constructor-as-a-mutator/options.json | 0 .../{classes => es6-classes}/instance-getter-and-setter/actual.js | 0 .../instance-getter-and-setter/expected.js | 0 .../{classes => es6-classes}/instance-getter/actual.js | 0 .../{classes => es6-classes}/instance-getter/expected.js | 0 .../{classes => es6-classes}/instance-method/actual.js | 0 .../{classes => es6-classes}/instance-method/expected.js | 0 .../{classes => es6-classes}/instance-setter/actual.js | 0 .../{classes => es6-classes}/instance-setter/expected.js | 0 .../transformation/{classes => es6-classes}/plain-class/actual.js | 0 .../{classes => es6-classes}/plain-class/expected.js | 0 .../transformation/{classes => es6-classes}/statement/actual.js | 0 .../transformation/{classes => es6-classes}/statement/expected.js | 0 .../transformation/{classes => es6-classes}/static/actual.js | 0 .../transformation/{classes => es6-classes}/static/expected.js | 0 .../super-class-id-member-expression/actual.js | 0 .../super-class-id-member-expression/expected.js | 0 .../super-class-id-non-identifiers/actual.js | 0 .../super-class-id-non-identifiers/expected.js | 0 .../transformation/{classes => es6-classes}/super-class/actual.js | 0 .../{classes => es6-classes}/super-class/expected.js | 0 .../{classes => es6-classes}/super-function-fallback/actual.js | 0 .../{classes => es6-classes}/super-function-fallback/expected.js | 0 .../{destructuring => es6-destructuring}/array/actual.js | 0 .../{destructuring => es6-destructuring}/array/expected.js | 0 .../assignment-expression-statement-only/actual.js | 0 .../assignment-expression-statement-only/options.json | 0 .../assignment-expression/actual.js | 0 .../assignment-expression/options.json | 0 .../assignment-statement/actual.js | 0 .../assignment-statement/expected.js | 0 .../{destructuring => es6-destructuring}/empty/actual.js | 0 .../{destructuring => es6-destructuring}/empty/expected.js | 0 .../{destructuring => es6-destructuring}/for-in/actual.js | 0 .../{destructuring => es6-destructuring}/for-in/expected.js | 0 .../{destructuring => es6-destructuring}/for-of/actual.js | 0 .../{destructuring => es6-destructuring}/for-of/expected.js | 0 .../member-expression/actual.js | 0 .../member-expression/expected.js | 0 .../{destructuring => es6-destructuring}/mixed/actual.js | 0 .../{destructuring => es6-destructuring}/mixed/expected.js | 0 .../{destructuring => es6-destructuring}/multiple/actual.js | 0 .../{destructuring => es6-destructuring}/multiple/expected.js | 0 .../object-advanced/actual.js | 0 .../object-advanced/expected.js | 0 .../{destructuring => es6-destructuring}/object-basic/actual.js | 0 .../{destructuring => es6-destructuring}/object-basic/expected.js | 0 .../{destructuring => es6-destructuring}/parameters/actual.js | 0 .../{destructuring => es6-destructuring}/parameters/expected.js | 0 .../{destructuring => es6-destructuring}/spread-generator/exec.js | 0 .../{destructuring => es6-destructuring}/spread/actual.js | 0 .../{destructuring => es6-destructuring}/spread/expected.js | 0 61 files changed, 0 insertions(+), 0 deletions(-) rename test/fixtures/transformation/{classes => es6-classes}/accessing-super-class/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/accessing-super-class/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/accessing-super-properties/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/accessing-super-properties/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/calling-super-properties/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/calling-super-properties/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/constructor/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/constructor/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/defining-constructor-as-a-mutator/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/defining-constructor-as-a-mutator/options.json (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-getter-and-setter/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-getter-and-setter/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-getter/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-getter/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-method/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-method/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-setter/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/instance-setter/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/plain-class/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/plain-class/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/statement/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/statement/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/static/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/static/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-class-id-member-expression/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-class-id-member-expression/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-class-id-non-identifiers/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-class-id-non-identifiers/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-class/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-class/expected.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-function-fallback/actual.js (100%) rename test/fixtures/transformation/{classes => es6-classes}/super-function-fallback/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/array/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/array/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/assignment-expression-statement-only/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/assignment-expression-statement-only/options.json (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/assignment-expression/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/assignment-expression/options.json (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/assignment-statement/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/assignment-statement/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/empty/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/empty/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/for-in/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/for-in/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/for-of/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/for-of/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/member-expression/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/member-expression/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/mixed/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/mixed/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/multiple/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/multiple/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/object-advanced/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/object-advanced/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/object-basic/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/object-basic/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/parameters/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/parameters/expected.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/spread-generator/exec.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/spread/actual.js (100%) rename test/fixtures/transformation/{destructuring => es6-destructuring}/spread/expected.js (100%) diff --git a/test/fixtures/transformation/classes/accessing-super-class/actual.js b/test/fixtures/transformation/es6-classes/accessing-super-class/actual.js similarity index 100% rename from test/fixtures/transformation/classes/accessing-super-class/actual.js rename to test/fixtures/transformation/es6-classes/accessing-super-class/actual.js diff --git a/test/fixtures/transformation/classes/accessing-super-class/expected.js b/test/fixtures/transformation/es6-classes/accessing-super-class/expected.js similarity index 100% rename from test/fixtures/transformation/classes/accessing-super-class/expected.js rename to test/fixtures/transformation/es6-classes/accessing-super-class/expected.js diff --git a/test/fixtures/transformation/classes/accessing-super-properties/actual.js b/test/fixtures/transformation/es6-classes/accessing-super-properties/actual.js similarity index 100% rename from test/fixtures/transformation/classes/accessing-super-properties/actual.js rename to test/fixtures/transformation/es6-classes/accessing-super-properties/actual.js diff --git a/test/fixtures/transformation/classes/accessing-super-properties/expected.js b/test/fixtures/transformation/es6-classes/accessing-super-properties/expected.js similarity index 100% rename from test/fixtures/transformation/classes/accessing-super-properties/expected.js rename to test/fixtures/transformation/es6-classes/accessing-super-properties/expected.js diff --git a/test/fixtures/transformation/classes/calling-super-properties/actual.js b/test/fixtures/transformation/es6-classes/calling-super-properties/actual.js similarity index 100% rename from test/fixtures/transformation/classes/calling-super-properties/actual.js rename to test/fixtures/transformation/es6-classes/calling-super-properties/actual.js diff --git a/test/fixtures/transformation/classes/calling-super-properties/expected.js b/test/fixtures/transformation/es6-classes/calling-super-properties/expected.js similarity index 100% rename from test/fixtures/transformation/classes/calling-super-properties/expected.js rename to test/fixtures/transformation/es6-classes/calling-super-properties/expected.js diff --git a/test/fixtures/transformation/classes/constructor/actual.js b/test/fixtures/transformation/es6-classes/constructor/actual.js similarity index 100% rename from test/fixtures/transformation/classes/constructor/actual.js rename to test/fixtures/transformation/es6-classes/constructor/actual.js diff --git a/test/fixtures/transformation/classes/constructor/expected.js b/test/fixtures/transformation/es6-classes/constructor/expected.js similarity index 100% rename from test/fixtures/transformation/classes/constructor/expected.js rename to test/fixtures/transformation/es6-classes/constructor/expected.js diff --git a/test/fixtures/transformation/classes/defining-constructor-as-a-mutator/actual.js b/test/fixtures/transformation/es6-classes/defining-constructor-as-a-mutator/actual.js similarity index 100% rename from test/fixtures/transformation/classes/defining-constructor-as-a-mutator/actual.js rename to test/fixtures/transformation/es6-classes/defining-constructor-as-a-mutator/actual.js diff --git a/test/fixtures/transformation/classes/defining-constructor-as-a-mutator/options.json b/test/fixtures/transformation/es6-classes/defining-constructor-as-a-mutator/options.json similarity index 100% rename from test/fixtures/transformation/classes/defining-constructor-as-a-mutator/options.json rename to test/fixtures/transformation/es6-classes/defining-constructor-as-a-mutator/options.json diff --git a/test/fixtures/transformation/classes/instance-getter-and-setter/actual.js b/test/fixtures/transformation/es6-classes/instance-getter-and-setter/actual.js similarity index 100% rename from test/fixtures/transformation/classes/instance-getter-and-setter/actual.js rename to test/fixtures/transformation/es6-classes/instance-getter-and-setter/actual.js diff --git a/test/fixtures/transformation/classes/instance-getter-and-setter/expected.js b/test/fixtures/transformation/es6-classes/instance-getter-and-setter/expected.js similarity index 100% rename from test/fixtures/transformation/classes/instance-getter-and-setter/expected.js rename to test/fixtures/transformation/es6-classes/instance-getter-and-setter/expected.js diff --git a/test/fixtures/transformation/classes/instance-getter/actual.js b/test/fixtures/transformation/es6-classes/instance-getter/actual.js similarity index 100% rename from test/fixtures/transformation/classes/instance-getter/actual.js rename to test/fixtures/transformation/es6-classes/instance-getter/actual.js diff --git a/test/fixtures/transformation/classes/instance-getter/expected.js b/test/fixtures/transformation/es6-classes/instance-getter/expected.js similarity index 100% rename from test/fixtures/transformation/classes/instance-getter/expected.js rename to test/fixtures/transformation/es6-classes/instance-getter/expected.js diff --git a/test/fixtures/transformation/classes/instance-method/actual.js b/test/fixtures/transformation/es6-classes/instance-method/actual.js similarity index 100% rename from test/fixtures/transformation/classes/instance-method/actual.js rename to test/fixtures/transformation/es6-classes/instance-method/actual.js diff --git a/test/fixtures/transformation/classes/instance-method/expected.js b/test/fixtures/transformation/es6-classes/instance-method/expected.js similarity index 100% rename from test/fixtures/transformation/classes/instance-method/expected.js rename to test/fixtures/transformation/es6-classes/instance-method/expected.js diff --git a/test/fixtures/transformation/classes/instance-setter/actual.js b/test/fixtures/transformation/es6-classes/instance-setter/actual.js similarity index 100% rename from test/fixtures/transformation/classes/instance-setter/actual.js rename to test/fixtures/transformation/es6-classes/instance-setter/actual.js diff --git a/test/fixtures/transformation/classes/instance-setter/expected.js b/test/fixtures/transformation/es6-classes/instance-setter/expected.js similarity index 100% rename from test/fixtures/transformation/classes/instance-setter/expected.js rename to test/fixtures/transformation/es6-classes/instance-setter/expected.js diff --git a/test/fixtures/transformation/classes/plain-class/actual.js b/test/fixtures/transformation/es6-classes/plain-class/actual.js similarity index 100% rename from test/fixtures/transformation/classes/plain-class/actual.js rename to test/fixtures/transformation/es6-classes/plain-class/actual.js diff --git a/test/fixtures/transformation/classes/plain-class/expected.js b/test/fixtures/transformation/es6-classes/plain-class/expected.js similarity index 100% rename from test/fixtures/transformation/classes/plain-class/expected.js rename to test/fixtures/transformation/es6-classes/plain-class/expected.js diff --git a/test/fixtures/transformation/classes/statement/actual.js b/test/fixtures/transformation/es6-classes/statement/actual.js similarity index 100% rename from test/fixtures/transformation/classes/statement/actual.js rename to test/fixtures/transformation/es6-classes/statement/actual.js diff --git a/test/fixtures/transformation/classes/statement/expected.js b/test/fixtures/transformation/es6-classes/statement/expected.js similarity index 100% rename from test/fixtures/transformation/classes/statement/expected.js rename to test/fixtures/transformation/es6-classes/statement/expected.js diff --git a/test/fixtures/transformation/classes/static/actual.js b/test/fixtures/transformation/es6-classes/static/actual.js similarity index 100% rename from test/fixtures/transformation/classes/static/actual.js rename to test/fixtures/transformation/es6-classes/static/actual.js diff --git a/test/fixtures/transformation/classes/static/expected.js b/test/fixtures/transformation/es6-classes/static/expected.js similarity index 100% rename from test/fixtures/transformation/classes/static/expected.js rename to test/fixtures/transformation/es6-classes/static/expected.js diff --git a/test/fixtures/transformation/classes/super-class-id-member-expression/actual.js b/test/fixtures/transformation/es6-classes/super-class-id-member-expression/actual.js similarity index 100% rename from test/fixtures/transformation/classes/super-class-id-member-expression/actual.js rename to test/fixtures/transformation/es6-classes/super-class-id-member-expression/actual.js diff --git a/test/fixtures/transformation/classes/super-class-id-member-expression/expected.js b/test/fixtures/transformation/es6-classes/super-class-id-member-expression/expected.js similarity index 100% rename from test/fixtures/transformation/classes/super-class-id-member-expression/expected.js rename to test/fixtures/transformation/es6-classes/super-class-id-member-expression/expected.js diff --git a/test/fixtures/transformation/classes/super-class-id-non-identifiers/actual.js b/test/fixtures/transformation/es6-classes/super-class-id-non-identifiers/actual.js similarity index 100% rename from test/fixtures/transformation/classes/super-class-id-non-identifiers/actual.js rename to test/fixtures/transformation/es6-classes/super-class-id-non-identifiers/actual.js diff --git a/test/fixtures/transformation/classes/super-class-id-non-identifiers/expected.js b/test/fixtures/transformation/es6-classes/super-class-id-non-identifiers/expected.js similarity index 100% rename from test/fixtures/transformation/classes/super-class-id-non-identifiers/expected.js rename to test/fixtures/transformation/es6-classes/super-class-id-non-identifiers/expected.js diff --git a/test/fixtures/transformation/classes/super-class/actual.js b/test/fixtures/transformation/es6-classes/super-class/actual.js similarity index 100% rename from test/fixtures/transformation/classes/super-class/actual.js rename to test/fixtures/transformation/es6-classes/super-class/actual.js diff --git a/test/fixtures/transformation/classes/super-class/expected.js b/test/fixtures/transformation/es6-classes/super-class/expected.js similarity index 100% rename from test/fixtures/transformation/classes/super-class/expected.js rename to test/fixtures/transformation/es6-classes/super-class/expected.js diff --git a/test/fixtures/transformation/classes/super-function-fallback/actual.js b/test/fixtures/transformation/es6-classes/super-function-fallback/actual.js similarity index 100% rename from test/fixtures/transformation/classes/super-function-fallback/actual.js rename to test/fixtures/transformation/es6-classes/super-function-fallback/actual.js diff --git a/test/fixtures/transformation/classes/super-function-fallback/expected.js b/test/fixtures/transformation/es6-classes/super-function-fallback/expected.js similarity index 100% rename from test/fixtures/transformation/classes/super-function-fallback/expected.js rename to test/fixtures/transformation/es6-classes/super-function-fallback/expected.js diff --git a/test/fixtures/transformation/destructuring/array/actual.js b/test/fixtures/transformation/es6-destructuring/array/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/array/actual.js rename to test/fixtures/transformation/es6-destructuring/array/actual.js diff --git a/test/fixtures/transformation/destructuring/array/expected.js b/test/fixtures/transformation/es6-destructuring/array/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/array/expected.js rename to test/fixtures/transformation/es6-destructuring/array/expected.js diff --git a/test/fixtures/transformation/destructuring/assignment-expression-statement-only/actual.js b/test/fixtures/transformation/es6-destructuring/assignment-expression-statement-only/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/assignment-expression-statement-only/actual.js rename to test/fixtures/transformation/es6-destructuring/assignment-expression-statement-only/actual.js diff --git a/test/fixtures/transformation/destructuring/assignment-expression-statement-only/options.json b/test/fixtures/transformation/es6-destructuring/assignment-expression-statement-only/options.json similarity index 100% rename from test/fixtures/transformation/destructuring/assignment-expression-statement-only/options.json rename to test/fixtures/transformation/es6-destructuring/assignment-expression-statement-only/options.json diff --git a/test/fixtures/transformation/destructuring/assignment-expression/actual.js b/test/fixtures/transformation/es6-destructuring/assignment-expression/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/assignment-expression/actual.js rename to test/fixtures/transformation/es6-destructuring/assignment-expression/actual.js diff --git a/test/fixtures/transformation/destructuring/assignment-expression/options.json b/test/fixtures/transformation/es6-destructuring/assignment-expression/options.json similarity index 100% rename from test/fixtures/transformation/destructuring/assignment-expression/options.json rename to test/fixtures/transformation/es6-destructuring/assignment-expression/options.json diff --git a/test/fixtures/transformation/destructuring/assignment-statement/actual.js b/test/fixtures/transformation/es6-destructuring/assignment-statement/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/assignment-statement/actual.js rename to test/fixtures/transformation/es6-destructuring/assignment-statement/actual.js diff --git a/test/fixtures/transformation/destructuring/assignment-statement/expected.js b/test/fixtures/transformation/es6-destructuring/assignment-statement/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/assignment-statement/expected.js rename to test/fixtures/transformation/es6-destructuring/assignment-statement/expected.js diff --git a/test/fixtures/transformation/destructuring/empty/actual.js b/test/fixtures/transformation/es6-destructuring/empty/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/empty/actual.js rename to test/fixtures/transformation/es6-destructuring/empty/actual.js diff --git a/test/fixtures/transformation/destructuring/empty/expected.js b/test/fixtures/transformation/es6-destructuring/empty/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/empty/expected.js rename to test/fixtures/transformation/es6-destructuring/empty/expected.js diff --git a/test/fixtures/transformation/destructuring/for-in/actual.js b/test/fixtures/transformation/es6-destructuring/for-in/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/for-in/actual.js rename to test/fixtures/transformation/es6-destructuring/for-in/actual.js diff --git a/test/fixtures/transformation/destructuring/for-in/expected.js b/test/fixtures/transformation/es6-destructuring/for-in/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/for-in/expected.js rename to test/fixtures/transformation/es6-destructuring/for-in/expected.js diff --git a/test/fixtures/transformation/destructuring/for-of/actual.js b/test/fixtures/transformation/es6-destructuring/for-of/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/for-of/actual.js rename to test/fixtures/transformation/es6-destructuring/for-of/actual.js diff --git a/test/fixtures/transformation/destructuring/for-of/expected.js b/test/fixtures/transformation/es6-destructuring/for-of/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/for-of/expected.js rename to test/fixtures/transformation/es6-destructuring/for-of/expected.js diff --git a/test/fixtures/transformation/destructuring/member-expression/actual.js b/test/fixtures/transformation/es6-destructuring/member-expression/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/member-expression/actual.js rename to test/fixtures/transformation/es6-destructuring/member-expression/actual.js diff --git a/test/fixtures/transformation/destructuring/member-expression/expected.js b/test/fixtures/transformation/es6-destructuring/member-expression/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/member-expression/expected.js rename to test/fixtures/transformation/es6-destructuring/member-expression/expected.js diff --git a/test/fixtures/transformation/destructuring/mixed/actual.js b/test/fixtures/transformation/es6-destructuring/mixed/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/mixed/actual.js rename to test/fixtures/transformation/es6-destructuring/mixed/actual.js diff --git a/test/fixtures/transformation/destructuring/mixed/expected.js b/test/fixtures/transformation/es6-destructuring/mixed/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/mixed/expected.js rename to test/fixtures/transformation/es6-destructuring/mixed/expected.js diff --git a/test/fixtures/transformation/destructuring/multiple/actual.js b/test/fixtures/transformation/es6-destructuring/multiple/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/multiple/actual.js rename to test/fixtures/transformation/es6-destructuring/multiple/actual.js diff --git a/test/fixtures/transformation/destructuring/multiple/expected.js b/test/fixtures/transformation/es6-destructuring/multiple/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/multiple/expected.js rename to test/fixtures/transformation/es6-destructuring/multiple/expected.js diff --git a/test/fixtures/transformation/destructuring/object-advanced/actual.js b/test/fixtures/transformation/es6-destructuring/object-advanced/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/object-advanced/actual.js rename to test/fixtures/transformation/es6-destructuring/object-advanced/actual.js diff --git a/test/fixtures/transformation/destructuring/object-advanced/expected.js b/test/fixtures/transformation/es6-destructuring/object-advanced/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/object-advanced/expected.js rename to test/fixtures/transformation/es6-destructuring/object-advanced/expected.js diff --git a/test/fixtures/transformation/destructuring/object-basic/actual.js b/test/fixtures/transformation/es6-destructuring/object-basic/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/object-basic/actual.js rename to test/fixtures/transformation/es6-destructuring/object-basic/actual.js diff --git a/test/fixtures/transformation/destructuring/object-basic/expected.js b/test/fixtures/transformation/es6-destructuring/object-basic/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/object-basic/expected.js rename to test/fixtures/transformation/es6-destructuring/object-basic/expected.js diff --git a/test/fixtures/transformation/destructuring/parameters/actual.js b/test/fixtures/transformation/es6-destructuring/parameters/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/parameters/actual.js rename to test/fixtures/transformation/es6-destructuring/parameters/actual.js diff --git a/test/fixtures/transformation/destructuring/parameters/expected.js b/test/fixtures/transformation/es6-destructuring/parameters/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/parameters/expected.js rename to test/fixtures/transformation/es6-destructuring/parameters/expected.js diff --git a/test/fixtures/transformation/destructuring/spread-generator/exec.js b/test/fixtures/transformation/es6-destructuring/spread-generator/exec.js similarity index 100% rename from test/fixtures/transformation/destructuring/spread-generator/exec.js rename to test/fixtures/transformation/es6-destructuring/spread-generator/exec.js diff --git a/test/fixtures/transformation/destructuring/spread/actual.js b/test/fixtures/transformation/es6-destructuring/spread/actual.js similarity index 100% rename from test/fixtures/transformation/destructuring/spread/actual.js rename to test/fixtures/transformation/es6-destructuring/spread/actual.js diff --git a/test/fixtures/transformation/destructuring/spread/expected.js b/test/fixtures/transformation/es6-destructuring/spread/expected.js similarity index 100% rename from test/fixtures/transformation/destructuring/spread/expected.js rename to test/fixtures/transformation/es6-destructuring/spread/expected.js