feat(tests): Jest backend (38 tests), Jest RTL frontend (28 tests), Playwright E2E spec

This commit is contained in:
Experiments DB Dev
2026-04-15 13:23:48 -04:00
parent c359cb4bb9
commit 5874ed8374
25 changed files with 9620 additions and 3652 deletions
-1
View File
@@ -30,7 +30,6 @@
"jest": {
"testEnvironment": "node",
"testMatch": ["**/tests/**/*.test.js"],
"setupFilesAfterFramework": [],
"globalSetup": "./tests/setup.js",
"globalTeardown": "./tests/teardown.js"
}