Skip to content

Commit 35e12c6

Browse files
committed
chore: setup vitest and example test
1 parent e274a0e commit 35e12c6

File tree

4 files changed

+312
-1
lines changed

4 files changed

+312
-1
lines changed

browser-extension/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"lint": "eslint .",
1717
"lint:fix": "eslint --fix .",
1818
"format": "prettier --write .",
19-
"format:check": "prettier --check ."
19+
"format:check": "prettier --check .",
20+
"test": "vitest"
2021
},
2122
"dependencies": {
2223
"image-js": "^1.3.0",
@@ -41,6 +42,7 @@
4142
"prettier": "^3.7.4",
4243
"typescript": "^5.9.3",
4344
"typescript-eslint": "^8.52.0",
45+
"vitest": "^4.0.18",
4446
"wxt": "^0.20.13"
4547
},
4648
"pnpm": {

0 commit comments

Comments
 (0)