Skip to content

Commit

Permalink
refactor: use .ts sources and vitest (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvsch authored Nov 15, 2024
1 parent 843e927 commit d3f25c0
Show file tree
Hide file tree
Showing 42 changed files with 3,094 additions and 2,025 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22]
node: [18, 22]
name: Run tests on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/lib
/node_modules
/*.tgz
9 changes: 0 additions & 9 deletions globals.d.ts

This file was deleted.

107 changes: 0 additions & 107 deletions lib/utils.js

This file was deleted.

Loading

0 comments on commit d3f25c0

Please sign in to comment.