Backend and frontend testing stacks (pytest + vitest) and a few initial tests.
This commit is contained in:
@@ -7,5 +7,9 @@ export default defineConfig({
|
||||
proxy: {
|
||||
"/api": "http://localhost:8000"
|
||||
}
|
||||
},
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
setupFiles: "./src/test/setupTests.js"
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user