Skip to content

Commit

Permalink
fix(types): fix inference for some parsers, add type testing (#75)
Browse files Browse the repository at this point in the history
Closes #48

---------

Co-authored-by: Vladislav Mamon <[email protected]>
  • Loading branch information
TheFedaikin and norskeld authored Feb 21, 2023
1 parent c0cd167 commit 80cccf0
Show file tree
Hide file tree
Showing 13 changed files with 1,116 additions and 157 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Build, Test & Coverage
run: |
npm run build
npm run test:types
npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ coverage
# Dotenv files
.env.local
.env.*.local

# Vitest typecheck
*-temp.json
Loading

1 comment on commit 80cccf0

@vercel
Copy link

@vercel vercel bot commented on 80cccf0 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.