Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 49d2a13

Browse files
committed
feat: vitest
1 parent 49fd6f8 commit 49d2a13

File tree

2 files changed

+767
-7
lines changed

2 files changed

+767
-7
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"license": "MIT",
99
"keywords": [],
1010
"scripts": {
11+
"test": "vitest",
1112
"build": "mkdist -d",
1213
"lint": "eslint --cache .",
1314
"format": "nr lint --fix",
@@ -22,6 +23,7 @@
2223
"lightningcss": "^1.25.1",
2324
"mkdist": "^1.5.4",
2425
"svelte": "5.0.0-next.210",
25-
"typescript": "^5.5.4"
26+
"typescript": "^5.5.4",
27+
"vitest": "^2.0.5"
2628
}
2729
}

0 commit comments

Comments
 (0)