Skip to content

Commit b041ad3

Browse files
authored
Merge pull request #33 from dev-five-git/add-typing-test
Add typing test
2 parents b917c23 + a43d5e5 commit b041ad3

File tree

10 files changed

+1500
-98
lines changed

10 files changed

+1500
-98
lines changed

bun.lock

Lines changed: 49 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bunfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
coverage = true
33
coveragePathIgnorePatterns = ["node_modules", "**/dist/**"]
44
coverageSkipTestFiles = true
5-
preload = ["./packages/react-query/setup.ts"]
5+
preload = ["bun-test-env-dom"]

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@testing-library/react": "^16.3.1",
99
"@testing-library/react-hooks": "^8.0.1",
1010
"@types/bun": "latest",
11+
"bun-test-env-dom": "^1.0.3",
1112
"husky": "^9",
1213
"react": "^19.2.3",
1314
"react-dom": "^19.2.3"

0 commit comments

Comments
 (0)