feat/test-infrastructure #1

Merged
steve-admin merged 7 commits from feat/test-infrastructure into master 2026-03-22 11:27:48 +00:00
6 changed files with 8 additions and 1 deletions
Showing only changes of commit acf9f85c6a - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
testEnvironment: 'node',
testEnvironment: 'jsdom',
testMatch: ['**/tests/unit/**/*.test.js'],
coverageDirectory: 'coverage',
coverageReporters: ['text', 'lcov', 'html'],
+7
View File
@@ -0,0 +1,7 @@
{
"status": "failed",
"failedTests": [
"f849686cfb98f196064d-23081eeb2cc588b92600",
"f849686cfb98f196064d-c8ff80318a230bad1c44"
]
}