diff --git a/src/testing/jest/jest-28/jest-preprocessor.ts b/src/testing/jest/jest-28/jest-preprocessor.ts index de448914f0f7..0eb82d94da73 100644 --- a/src/testing/jest/jest-28/jest-preprocessor.ts +++ b/src/testing/jest/jest-28/jest-preprocessor.ts @@ -5,8 +5,6 @@ import { loadTypeScriptDiagnostic, normalizePath } from '@utils'; import { transpile } from '../../test-transpile'; -export type { TransformOptions as Jest28TransformOptions }; - /** * Constant used for cache busting when the contents of this file have changed. When modifying this file, it's advised * this value be monotonically incremented.