diff --git a/packages/babel-plugin-check-es2015-constants/test/fixtures/general/shadowing-function-expression-2/actual.js b/packages/babel-plugin-check-es2015-constants/test/fixtures/general/shadowing-function-expression-2/actual.js deleted file mode 100644 index 3ac8572ee9..0000000000 --- a/packages/babel-plugin-check-es2015-constants/test/fixtures/general/shadowing-function-expression-2/actual.js +++ /dev/null @@ -1,4 +0,0 @@ -(function B() { - const B = 1; - B = 2; -}); diff --git a/packages/babel-plugin-check-es2015-constants/test/fixtures/general/shadowing-function-expression-2/options.json b/packages/babel-plugin-check-es2015-constants/test/fixtures/general/shadowing-function-expression-2/options.json deleted file mode 100644 index e852c14a3c..0000000000 --- a/packages/babel-plugin-check-es2015-constants/test/fixtures/general/shadowing-function-expression-2/options.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "throws": "\"B\" is read-only" -}