Skip to content

Commit 73a5610

Browse files
committed
Update script
1 parent c0aece1 commit 73a5610

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
@@ -96,7 +96,7 @@
9696
"build:test": "tsc -p tsconfig.test.json",
9797
"rollup": "rollup --config rollup.config.js",
9898
"test:watch": "jest --watch",
99-
"test": "yarn test:tsc",
99+
"test": "yarn test:ts-jest",
100100
"test:babel": "jest --coverage",
101101
"test:bun": "bun test",
102102
"test:vitest": "npx vitest --no-isolate",

0 commit comments

Comments
 (0)