add testing to status-page functions (#12)

This commit is contained in:
2026-04-25 14:53:38 +02:00
committed by GitHub
parent 298feb574e
commit 1bd96d046c
13 changed files with 154 additions and 43 deletions
+1
View File
@@ -23,6 +23,7 @@
"check:pages": "npm run typecheck --workspace=status-page && npm run lint:pages && npm run format:pages:check",
"lint:pages": "npm run lint --workspace=status-page",
"lint:pages:fix": "npm run lint:fix --workspace=status-page",
"test:pages": "npm run test --workspace=status-page",
"format:pages": "prettier --write \"src/**/*.ts\" \"status-page/src/**/*.ts\"",
"format:pages:check": "prettier --check \"src/**/*.ts\" \"status-page/src/**/*.ts\""
},