chore: refactor unit tests

This commit is contained in:
Aarnav Tale
2025-11-18 02:11:53 -05:00
parent afd512138b
commit 3d9b6370bf
6 changed files with 161 additions and 115 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
run: ./build.sh --skip-pnpm-prune
- name: Run unit tests
run: pnpm test
run: pnpm run test:unit
- name: Run integration tests
run: pnpm run test:integration