Skip to content

Commit

Permalink
Use Node.js' built-in test runner (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored Feb 1, 2024
1 parent 608e142 commit ee27eb9
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 1,852 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
check-latest: true
cache: npm

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm test
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules/
node_modules
package-lock.json
Loading

0 comments on commit ee27eb9

Please sign in to comment.