modified: .codex_playwright_version

modified:   .vscode/launch.json
	modified:   package-lock.json
	modified:   package.json
	modified:   src/components/AddProductDialog.tsx
	new file:   src/screens/ActivePickListScreen.additional.test.tsx
	new file:   src/screens/ManageProductsScreen.additional.test.tsx
	modified:   src/screens/ManageProductsScreen.test.tsx
This commit is contained in:
2025-12-01 18:33:08 +10:00
parent 0f46e7b331
commit ca51bab86b
8 changed files with 454 additions and 21 deletions
+7
View File
@@ -31,6 +31,13 @@
"request": "launch",
"command": "npm run test:coverage",
"cwd": "${workspaceFolder}"
},
{
"name": "Lint and Build",
"type": "node-terminal",
"request": "launch",
"command": "npx tsc -noEmit && npm run build",
"cwd": "${workspaceFolder}"
}
]
}