We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vitest
1 parent 6e597d2 commit 88f367fCopy full SHA for 88f367f
packages/rtk-query-codegen-openapi/package.json
@@ -23,7 +23,7 @@
23
"format": "prettier --write \"src/**/*.ts\"",
24
"test:update": "vitest --run --update",
25
"test:update:enum": "lib/bin/cli.js test/config.example.enum.ts",
26
- "test": "vitest --run",
+ "test": "vitest --run --typecheck",
27
"test:watch": "vitest --watch",
28
"cli": "esr src/bin/cli.ts"
29
},
0 commit comments