Skip to content

Commit

Permalink
build(deps-dev): remove @vitest/ui (#990)
Browse files Browse the repository at this point in the history
### Summary of Changes

Remove `@vitest/ui`. Webstorm's test with coverage is faster and shows
results directly in the IDE. Developers who still need it can install it
locally.
  • Loading branch information
lars-reimann authored Apr 4, 2024
1 parent 7fa6fd4 commit 62fef3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
20 changes: 16 additions & 4 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"build:clean": "npm run clean && npm run build",
"watch": "concurrently -n tsc,cli,lang,vscode,eda -c blue,yellow,red,green \"tsc -b tsconfig.json\" \"npm run watch -w=@safe-ds/cli\" \"npm run watch -w=@safe-ds/lang\" \"npm run watch -w=safe-ds\" \"npm run watch -w=@safe-ds/eda\"",
"test": "vitest",
"test-with-coverage": "vitest --coverage",
"test-ui": "vitest --ui --coverage"
"test-with-coverage": "vitest --coverage"
},
"devDependencies": {
"@lars-reimann/eslint-config-svelte": "^7.0.0",
Expand All @@ -26,7 +25,6 @@
"@semantic-release/npm": "^12.0.0",
"@tsconfig/svelte": "^5.0.4",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.2.2",
"concurrently": "^8.2.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^23.0.6",
Expand Down

0 comments on commit 62fef3f

Please sign in to comment.