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.
test:coverage
1 parent 739f0f9 commit 49e9c46Copy full SHA for 49e9c46
codemods/package.json
@@ -7,8 +7,7 @@
7
"lint": "eslint --flag unstable_ts_config",
8
"lint:fix": "eslint --fix --flag unstable_ts_config",
9
"test": "vitest --run",
10
- "test:watch": "vitest --watch",
11
- "test:coverage": "vitest --coverage"
+ "test:watch": "vitest --watch"
12
},
13
"bin": "./bin/cli.mjs",
14
"files": [
0 commit comments