Add tests and improve localStorage resilience
CI / lint-typecheck-test (push) Has been cancelled

This commit is contained in:
2026-05-19 14:46:03 +02:00
parent 72f9400756
commit 7da5acbba3
18 changed files with 302 additions and 119 deletions
+2 -5
View File
@@ -12,9 +12,7 @@
"sourceMap": true
},
"include": [],
"exclude": [
"node_modules"
],
"exclude": ["node_modules"],
"references": [
{
"path": "apps/web"
@@ -28,6 +26,5 @@
{
"path": "packages/api-client"
}
],
"extends": "expo/tsconfig.base"
]
}