Skip to content

Commit

Permalink
test: fix vitest coverage (#4366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 3, 2023
1 parent 4bdf3ed commit 3f1997e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 160 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean-dist": "shx rm -rf \"packages/*/dist\"",
"clean": "shx rm -rf \"{*,*/*}/{.tsbuildinfo,temp,coverage}\" lcov.info && pnpm -r run clean",
"coverage-collect": "globcat packages/*/coverage/lcov.info > lcov.info",
"coverage": "pnpm --stream -r run coverage && pnpm run coverage-collect",
"coverage": "pnpm --stream -r --workspace-concurrency=1 run coverage && pnpm run coverage-collect",
"eslint-fix": "eslint . --fix --cache",
"eslint-fix-no-cache": "eslint . --fix",
"ib": "pnpm install && pnpm run build",
Expand Down Expand Up @@ -98,7 +98,7 @@
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitest/coverage-istanbul": "^0.28.5",
"@vitest/coverage-istanbul": "^0.29.8",
"ajv-cli": "^5.0.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -124,6 +124,6 @@
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vitest": "^0.29.7"
"vitest": "^0.29.8"
}
}
3 changes: 1 addition & 2 deletions packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"micromatch": "^4.0.5"
},
"devDependencies": {
"@types/micromatch": "^4.0.2",
"jest": "^29.5.0"
"@types/micromatch": "^4.0.2"
}
}
188 changes: 33 additions & 155 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f1997e

Please sign in to comment.