chore(frontend): update scripts and docs to use bun run test for consistency

- Replaced `bun test` with `bun run test` in all documentation and scripts for uniformity.
- Removed outdated `glob` override in package configurations.
This commit is contained in:
2026-03-01 18:44:48 +01:00
parent 846fc31190
commit 07309013d7
10 changed files with 19 additions and 13 deletions

View File

@@ -390,7 +390,7 @@ open htmlcov/index.html
cd frontend
# Run unit tests
bun test
bun run test
# Run with coverage
bun run test:coverage