Skip to content

Commit 977c035

Browse files
authored
chore(bun): Remove all references to jest (#15498)
Jest is not being used, we can remove all jest related code from this package
1 parent f4acf9d commit 977c035

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/bun/jest.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/bun/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
"compilerOptions": {
77
// should include all types from `./tsconfig.json` plus types for all test frameworks used
8-
"types": ["bun-types", "jest"]
8+
"types": ["bun-types"]
99

1010
// other package-specific, test-specific options
1111
}

0 commit comments

Comments
 (0)