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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user