Skip to content

Commit

Permalink
Merge pull request #3 from joshuajaco/add-tests
Browse files Browse the repository at this point in the history
Add tests
  • Loading branch information
joshuajaco committed Jul 29, 2023
2 parents 75b54d3 + c9e1f0f commit 9ccd271
Show file tree
Hide file tree
Showing 12 changed files with 2,729 additions and 589 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
- run: npm run format:check
- run: npm run lint
- run: npm run build
- run: npm run test
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
.idea
tsconfig.tsbuildinfo
.nyc_output
Loading

0 comments on commit 9ccd271

Please sign in to comment.