Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 2b30bb5

Browse files
committed
chore: include all type tests
1 parent e099a47 commit 2b30bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test": "run-s format:check test:types db:clean db:run test:run db:clean && node test/smoke.cjs && node test/smoke.mjs",
4141
"test:run": "jest --runInBand",
4242
"test:update": "run-s db:clean db:run && jest --runInBand --updateSnapshot && run-s db:clean",
43-
"test:types": "run-s build && tsd --files test/*.test-d.ts",
43+
"test:types": "run-s build && tsd --files 'test/**/*.test-d.ts'",
4444
"db:clean": "cd test/db && docker compose down --volumes",
4545
"db:run": "cd test/db && docker compose up --detach && wait-for-localhost 3000"
4646
},

0 commit comments

Comments
 (0)