Skip to content

Commit

Permalink
Add type-level tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 18, 2025
1 parent 616b8e7 commit 8be0d6d
Show file tree
Hide file tree
Showing 4 changed files with 1,329 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
env:
CI: true

- name: Run type-level tests
run: npm run test:types
env:
CI: true

- name: Run linters
run: npm run lint

Expand Down
Loading

0 comments on commit 8be0d6d

Please sign in to comment.