feat(tests): add frontend automated testing setup with Vitest and jsdom

This commit is contained in:
Will Miao
2025-09-23 23:05:55 +08:00
parent dde7cf71c6
commit ae145de2f2
7 changed files with 2697 additions and 0 deletions

2
.gitignore vendored
View File

@@ -6,3 +6,5 @@ py/run_test.py
.vscode/
cache/
civitai/
node_modules/
coverage/