mirror of
https://github.com/fatedier/frp.git
synced 2026-07-29 03:09:19 +08:00
test(web): add frontend unit test baseline (#5451)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"name": "frp-web",
|
||||
"private": true,
|
||||
"workspaces": ["shared", "frpc", "frps"]
|
||||
"workspaces": ["shared", "frpc", "frps"],
|
||||
"scripts": {
|
||||
"test:unit": "vitest run",
|
||||
"test:unit:watch": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/test-utils": "2.4.11",
|
||||
"jsdom": "29.1.1",
|
||||
"vitest": "4.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user