Skip to content

Commit

Permalink
Added Zip full backend test
Browse files Browse the repository at this point in the history
Added Zip and common tests to CI/CD
Added c8 dev. dep.
  • Loading branch information
james-pre committed Nov 27, 2024
1 parent 2827ca0 commit ae0e3cc
Show file tree
Hide file tree
Showing 13 changed files with 798 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ jobs:
- name: Backend-only Tests
run: npm test

- name: Unit tests (common)
run: npx zenfs-test --common

- name: Unit tests (Zip)
run: npx zenfs-test tests/setup-zip.ts

- name: Unit tests (Iso)
run: npx zenfs-test tests/setup-iso.ts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ docs
*.log
tmp
build
.coverage
Loading

0 comments on commit ae0e3cc

Please sign in to comment.