Skip to content

Commit

Permalink
chore(vitest): add @vitest/ui (#160)
Browse files Browse the repository at this point in the history
* chore(vitest): add @vitest/ui

* chore: update
  • Loading branch information
manudeli authored Sep 22, 2023
1 parent 84db989 commit 08691d7
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@testing-library/react": "^13.4.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/ui": "^0.34.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prepack": "pnpm build && pnpm test:tsd",
"test": "vitest run --coverage",
"test:tsd": "tsd -t ./dist/index.d.ts",
"test:watch": "vitest --coverage",
"test:watch": "vitest --ui --coverage.enabled=true",
"type:check": "tsc --noEmit"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lint:pub": "publint --strict",
"prepack": "pnpm build",
"test": "vitest run --coverage",
"test:watch": "vitest --coverage",
"test:watch": "vitest --ui --coverage.enabled=true",
"type:check": "tsc --noEmit"
},
"dependencies": {
Expand Down
64 changes: 57 additions & 7 deletions pnpm-lock.yaml

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

2 comments on commit 08691d7

@vercel
Copy link

@vercel vercel bot commented on 08691d7 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./websites/docs

docs-suspensive.vercel.app
docs.suspensive.org
suspensive.org
www.suspensive.org
docs-git-main-suspensive.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 08691d7 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization-git-main-suspensive.vercel.app
visualization.suspensive.org
visualization-suspensive.vercel.app

Please sign in to comment.