Skip to content

Commit 84827c5

Browse files
committed
Add vitest and test script
1 parent 06ed295 commit 84827c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "tsc",
99
"dev": "tsc --watch",
1010
"lint": "tsc --noEmit",
11-
"clean": "rm -rf dist"
11+
"clean": "rm -rf dist",
12+
"test": "vitest run"
1213
},
1314
"keywords": ["crdt", "collaboration", "real-time", "operational-transformation", "typescript"],
1415
"author": "",
@@ -19,6 +20,7 @@
1920
"devDependencies": {
2021
"typescript": "^5.5.4",
2122
"@types/node": "^22.5.0",
22-
"@types/uuid": "^10.0.0"
23+
"@types/uuid": "^10.0.0",
24+
"vitest": "^2.0.4"
2325
}
2426
}

0 commit comments

Comments
 (0)