Skip to content

Commit 4d06a2f

Browse files
committed
chore(browser-utils): Remove jest
Signed-off-by: Kaung Zin Hein <[email protected]>
1 parent d3ba78f commit 4d06a2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/browser-utils/jest.config.js

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

packages/browser-utils/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": ["node", "jest", "vitest"]
8+
"types": ["node", "vitest"]
99

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

0 commit comments

Comments
 (0)