removed old beta

This commit is contained in:
jackiettran
2025-09-19 22:33:44 -04:00
parent 649289bf90
commit 6199609a4d
5 changed files with 524 additions and 33 deletions

View File

@@ -35,7 +35,8 @@
"build:qa": "dotenv -e .env.qa react-scripts build",
"build:prod": "dotenv -e .env.prod react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"test:coverage": "react-scripts test --coverage --watchAll=false --maxWorkers=4"
},
"eslintConfig": {
"extends": [
@@ -57,6 +58,7 @@
},
"devDependencies": {
"@types/google.maps": "^3.58.1",
"dotenv-cli": "^9.0.0"
"dotenv-cli": "^9.0.0",
"msw": "^2.11.2"
}
}