Skip to content

Commit

Permalink
feat: add esbuild compatability tests (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusandorx authored Sep 25, 2023
1 parent a9718b0 commit 58e1135
Show file tree
Hide file tree
Showing 5 changed files with 3,441 additions and 2,081 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
run: npm run lint
- name: Tests
run: npm run test
- name: Test esbuild compatability
run: npm run test:esbuild
- name: Typecheck
run: npm run typecheck
Loading

0 comments on commit 58e1135

Please sign in to comment.