mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-08 00:40:52 +08:00
test: add coverage for core pages + page assets
This commit is contained in:
@@ -11,6 +11,7 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
components: fileURLToPath(new URL("./src/components", import.meta.url)),
|
||||
styles: fileURLToPath(new URL("./src/styles", import.meta.url)),
|
||||
"test-utils": fileURLToPath(new URL("./src/test-utils", import.meta.url)),
|
||||
utils: fileURLToPath(new URL("./src/utils", import.meta.url)),
|
||||
widgets: fileURLToPath(new URL("./src/widgets", import.meta.url)),
|
||||
|
||||
Reference in New Issue
Block a user