Skip to content

Commit ffb893d

Browse files
disable test execution since no test exist yet
1 parent a3a12a5 commit ffb893d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router-ssr-query-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",
3434
"test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js",
3535
"test:types:ts58": "tsc",
36-
"test:unit": "vitest",
36+
"test:unit": "exit 0; vitest",
3737
"test:unit:dev": "pnpm run test:unit --watch",
3838
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",
3939
"build": "vite build"

0 commit comments

Comments
 (0)