Skip to content

Commit

Permalink
chore: Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingbyte committed Sep 7, 2024
1 parent 28aa539 commit e42fe09
Show file tree
Hide file tree
Showing 9 changed files with 4,580 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
job: ['lint', 'format:check', 'type-check']
job: ['lint', 'format:check', 'type-check', 'test:check']

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
reports
*.lcov

# nyc test coverage
Expand Down
Loading

0 comments on commit e42fe09

Please sign in to comment.