diff --git a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cts/jest.config.cts b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cts/jest.config.cts deleted file mode 100644 index 4f69b4e3bda0..000000000000 --- a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cts/jest.config.cts +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -export default {}; diff --git a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cts/package.json b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cts/package.json deleted file mode 100644 index 0967ef424bce..000000000000 --- a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cts/package.json +++ /dev/null @@ -1 +0,0 @@ -{}