mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-25 04:33:03 +00:00
Fix alert acknowledgement and clean up codebase
- Fix alert acknowledgement API calls to use correct URL format - Remove all TypeScript 'any' types - notifications.ts now properly typed - Add comprehensive alert and threshold testing scripts - Add final system verification test - Clean up test artifacts and screenshots - Update testing tools documentation in package.json and CLAUDE.md - Verify all systems operational with 100% test pass rate
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"test:api": "node test-api-endpoints.js",
|
||||
"test:buttons": "node test-button-functionality.js",
|
||||
"test:comprehensive": "node test-comprehensive.js",
|
||||
"test:alerts": "node test-alerts-api.js",
|
||||
"test:thresholds": "node test-thresholds-alerts.js",
|
||||
"test:mobile-dash": "node test-mobile-dashboard.js",
|
||||
"test:mobile-storage": "node test-mobile-storage.js",
|
||||
"test:all": "npm run test:api && npm run test:comprehensive",
|
||||
"status": "node check-status.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user