Add unit tests for models, components, auth, and sign-in (closes #11).

Replace the broken CRA App smoke test with focused Jest/RTL coverage and a CI-friendly test:ci script.
This commit is contained in:
2026-07-14 12:24:16 -05:00
parent 40db2495f2
commit 8dcdda202c
11 changed files with 560 additions and 9 deletions
+1
View File
@@ -41,6 +41,7 @@
"start": "NODE_ENV=development react-scripts start",
"build": "NODE_ENV=production react-scripts build",
"test": "NODE_ENV=development react-scripts test",
"test:ci": "CI=true NODE_ENV=development react-scripts test --watchAll=false --coverage=false",
"eject": "react-scripts eject"
},
"eslintConfig": {