chore: Remove cypress

This commit is contained in:
Sidharth Vinod
2025-03-17 21:27:33 -07:00
parent 5ed07028c7
commit 324dd0b4b2
25 changed files with 100 additions and 2072 deletions
+8 -5
View File
@@ -32,8 +32,11 @@ jobs:
node-version-file: '.node-version'
cache: 'pnpm'
- name: Lint & Test
run: |
pnpm install
pnpm lint
pnpm test:unit
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint
- name: Run unit tests
run: pnpm test:unit