From ce7d90d5856f043351d0d50afe7d0dc43b9a94f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 5 May 2022 16:54:43 -0400 Subject: [PATCH] chore: rename test case --- .../exec.js | 0 .../input.js | 0 .../options.json | 0 .../output.js | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/{for-of-shadowd-block-scoped => for-of-shadowed-block-scoped}/exec.js (100%) rename packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/{for-of-shadowd-block-scoped => for-of-shadowed-block-scoped}/input.js (100%) rename packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/{for-of-shadowd-block-scoped => for-of-shadowed-block-scoped}/options.json (100%) rename packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/{for-of-shadowd-block-scoped => for-of-shadowed-block-scoped}/output.js (100%) diff --git a/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/exec.js b/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/exec.js similarity index 100% rename from packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/exec.js rename to packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/exec.js diff --git a/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/input.js b/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/input.js similarity index 100% rename from packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/input.js rename to packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/input.js diff --git a/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/options.json b/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/options.json similarity index 100% rename from packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/options.json rename to packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/options.json diff --git a/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/output.js b/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/output.js similarity index 100% rename from packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowd-block-scoped/output.js rename to packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/for-of-shadowed-block-scoped/output.js