Wire payments UI and fix frontend tests

This commit is contained in:
2026-02-28 13:15:41 +03:00
parent f3c93f500e
commit a150b18fe7
9 changed files with 4815 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ export default defineConfig({
}
},
test: {
globals: true,
environment: "jsdom",
setupFiles: "./src/test/setupTests.js"
}