test: introduce frontend unit testing foundation (#529)

This commit is contained in:
InfinityPacer
2026-07-16 14:53:18 +08:00
committed by GitHub
parent 32b0c1c00c
commit 199693abf8
21 changed files with 2720 additions and 220 deletions

View File

@@ -41,6 +41,9 @@
"@styles/*": [
"src/styles/*"
],
"@tests/*": [
"tests/*"
],
},
"lib": [
"esnext",
@@ -62,6 +65,7 @@
"shims.d.ts",
"src/**/*",
"src/**/*.vue",
"tests/**/*.ts",
"themeConfig.ts",
"auto-imports.d.ts",
"components.d.ts",
@@ -73,4 +77,4 @@
"node_modules",
"src/@iconify/*"
]
}
}