e2e and component testing started

This commit is contained in:
Owen Rees
2023-06-09 08:34:15 +02:00
parent b038d3fee8
commit 4cf8566a59
12 changed files with 176 additions and 28 deletions
+7
View File
@@ -7,4 +7,11 @@ export default defineConfig({
// implement node event listeners here
},
},
component: {
devServer: {
framework: "next",
bundler: "webpack",
},
},
});