Backend and frontend testing stacks (pytest + vitest) and a few initial tests.

This commit is contained in:
2026-02-27 16:03:06 +03:00
parent 46af911a06
commit be2590d7f7
10 changed files with 104 additions and 2 deletions
+4
View File
@@ -7,5 +7,9 @@ export default defineConfig({
proxy: {
"/api": "http://localhost:8000"
}
},
test: {
environment: "jsdom",
setupFiles: "./src/test/setupTests.js"
}
});