Skip to content

Commit

Permalink
Remove unused vitest ui package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Jul 15, 2024
1 parent faa610c commit d9b1337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"format": "npx prettier src --write",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"test:ui": "vitest --ui",
"e2e": "npx cypress open",
"e2e:ci": "npm run e2e:ci:run",
"e2e:ci:run": "rm cypress/reports/* || true && npx cypress run --reporter mochawesome",
Expand Down Expand Up @@ -59,7 +58,6 @@
"@typescript-eslint/parser": "7.16.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"axe-core": "4.9.1",
"cypress": "13.13.0",
Expand Down

0 comments on commit d9b1337

Please sign in to comment.