Skip to content

Commit 2936674

Browse files
committed
Fix types test
1 parent 183ce82 commit 2936674

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
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"prepublish": "build",
4848
"test": "bun test && bun run test-types",
49-
"test-types": "tsd -t './src/index.ts' -f test/",
49+
"test-types": "tsd -t './src/index.ts' -f test/*.test-d.ts",
5050
"size": "size-limit",
5151
"copy-ts": "cp dist/index.d.mts dist/cjs/index.d.cts && cp dist/debug.d.mts dist/cjs/debug.d.cts",
5252
"build": "tsup && npm run copy-ts"

0 commit comments

Comments
 (0)