updated tests to align with new logic

This commit is contained in:
Chris Sanden
2026-05-06 17:15:41 +02:00
parent f2312bce38
commit 419463e5be
11 changed files with 113 additions and 40 deletions

View File

@@ -63,6 +63,9 @@
},
"private": true,
"jest": {
"preset": "jest-expo"
"preset": "jest-expo",
"setupFiles": [
"<rootDir>/jest.setup.js"
]
}
}
}