Skip to content

Commit

Permalink
Upgrade vitest ✨ (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored Oct 19, 2024
1 parent 457abe5 commit 5af0378
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 292 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build": "tsup src terser",
"lint": "eslint src --ext .ts,.tsx",
"typecheck": "tsc --noEmit",
"test": "vitest run --coverage",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui"
},
Expand All @@ -78,7 +78,7 @@
"tsup": "8.0.2",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vitest": "^1.3.0",
"vitest": "^2.1.3",
"vitest-dom": "^0.1.1",
"vue": "^3.4.19"
}
Expand Down
Loading

0 comments on commit 5af0378

Please sign in to comment.