mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-22 08:52:21 +08:00
test: introduce frontend unit testing foundation (#529)
This commit is contained in:
@@ -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/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user