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:
@@ -1538,7 +1538,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
- name: Run tests
|
||||
run: bun test
|
||||
run: bun run test
|
||||
- name: Run linter
|
||||
run: bun run lint
|
||||
- name: Type check
|
||||
|
||||
@@ -914,7 +914,7 @@ bun run type-check
|
||||
bun run lint
|
||||
|
||||
# Tests
|
||||
bun test
|
||||
bun run test
|
||||
|
||||
# Build check
|
||||
bun run build
|
||||
|
||||
@@ -233,7 +233,7 @@ MSW never initializes during Jest tests:
|
||||
- 97%+ coverage maintained
|
||||
|
||||
```bash
|
||||
bun test # MSW will NOT interfere
|
||||
bun run test # MSW will NOT interfere
|
||||
```
|
||||
|
||||
### E2E Tests (Playwright)
|
||||
|
||||
Reference in New Issue
Block a user