Skip to content

Commit

Permalink
test: add vitest watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jul 27, 2022
1 parent 28399d4 commit 50bbd43
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 137 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"cleanup": "prettier --write ./**/*.{ts,tsx}",
"lint": "eslint ./packages --ext .ts --cache",
"lint:fix": "pnpm lint --fix",
"test": "vitest --coverage",
"test": "vitest run --coverage",
"test:dev": "vitest watch",
"typecheck": "tsc --noEmit",
"release": "zx scripts/release.mjs",
"bump": "bumpp && zx scripts/citation.mjs && pnpm publish",
Expand Down Expand Up @@ -120,13 +121,12 @@
"devDependencies": {
"@babel/core": "^7.18.9",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vercel/style-guide": "^3.0.0",
"@vitest/ui": "^0.18.1",
"bumpp": "^8.2.1",
"c8": "^7.12.0",
"esbuild": "^0.14.49",
"esbuild": "^0.14.50",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"export-size": "^0.5.2",
Expand All @@ -145,7 +145,7 @@
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vite": "3.0.0",
"vitest": "^0.18.1",
"vitest": "^0.19.1",
"wouter": "2.8.0-alpha.2",
"zx": "^7.0.7"
}
Expand Down
Loading

0 comments on commit 50bbd43

Please sign in to comment.