feat: add frontend test hook and update test cases for ProxyHostForm and SystemStatus components

This commit is contained in:
Wikid82
2025-11-21 23:38:51 -05:00
parent 7859337319
commit 902603d5ad
4 changed files with 63 additions and 65 deletions

View File

@@ -50,3 +50,9 @@ repos:
language: system
files: '^frontend/.*\.(ts|tsx|js|jsx)$'
pass_filenames: false
- id: frontend-test
name: Frontend Tests
entry: bash -c 'cd frontend && npm test -- --run'
language: system
files: '^frontend/.*\.(ts|tsx|js|jsx)$'
pass_filenames: false