diff --git a/packages/bun/jest.config.js b/packages/bun/jest.config.js deleted file mode 100644 index 24f49ab59a4c..000000000000 --- a/packages/bun/jest.config.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('../../jest/jest.config.js'); diff --git a/packages/bun/tsconfig.test.json b/packages/bun/tsconfig.test.json index e5d8bb0fb535..4cbbffaccbbc 100644 --- a/packages/bun/tsconfig.test.json +++ b/packages/bun/tsconfig.test.json @@ -5,7 +5,7 @@ "compilerOptions": { // should include all types from `./tsconfig.json` plus types for all test frameworks used - "types": ["bun-types", "jest"] + "types": ["bun-types"] // other package-specific, test-specific options }