mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-08 00:40:52 +08:00
Ok, make a reusable testing component
This commit is contained in:
@@ -10,6 +10,7 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
components: fileURLToPath(new URL("./src/components", 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