Expand unit test coverage

modified:   maintenance.sh
	modified:   package-lock.json
	modified:   package.json
	new file:   src/screens/ActivePickListScreen.more.test.tsx
	new file:   src/screens/ManageCategoriesScreen.additional.test.tsx
	new file:   src/testUtils/mockDb.test.ts
This commit is contained in:
2025-12-01 20:56:44 +10:00
parent dac22fe5a8
commit 5d5edf7b47
6 changed files with 587 additions and 502 deletions
+9 -8
View File
@@ -21,6 +21,7 @@
"date-fns": "^4.1.0",
"dexie": "^4.2.1",
"jszip": "^3.10.1",
"npm-check-updates": "^19.1.2",
"papaparse": "^5.5.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@@ -29,7 +30,7 @@
"uuid": "^13.0.0"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
@@ -37,11 +38,11 @@
"@types/papaparse": "^5.5.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/coverage-v8": "^4.0.13",
"@vitest/ui": "^4.0.13",
"@vitest/coverage-v8": "^4.0.14",
"@vitest/ui": "^4.0.14",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
@@ -49,8 +50,8 @@
"msw": "^2.12.3",
"rollup-plugin-visualizer": "^6.0.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0",
"vite": "^7.2.4",
"vitest": "^4.0.13"
"typescript-eslint": "^8.48.0",
"vite": "^7.2.6",
"vitest": "^4.0.14"
}
}