test: add coverage for core pages + page assets

This commit is contained in:
shamoon
2026-02-04 08:53:38 -08:00
parent c576fbeb54
commit 0516b5f816
8 changed files with 300 additions and 0 deletions

View File

@@ -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)),