Skip to content

Commit a694093

Browse files
committed
enable coverage
1 parent 5352703 commit a694093

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
@@ -30,7 +30,7 @@
3030
"dev": "npm run --stream --parallel dev --workspaces --if-present",
3131
"publish:neovim": "cd packages/neovim && cp ../../README.md . && cp ../../CHANGELOG.md . && npm publish",
3232
"test": "npm run test --workspaces --if-present",
33-
"test-coverage": "npm run test --workspaces --if-present",
33+
"test-coverage": "npm run test-coverage --workspaces --if-present",
3434
"test-staged": "npm run test-staged --workspaces --if-present -- --",
3535
"test-missing-apis": "npm run test-missing-apis --workspaces --if-present",
3636
"test-lint": "npm run lint",

0 commit comments

Comments
 (0)