Skip to content

Commit

Permalink
chore: Migrate to vitest (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns authored Jul 26, 2024
1 parent 08e5b17 commit 26c2206
Show file tree
Hide file tree
Showing 22 changed files with 2,860 additions and 2,694 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
CI: true
- name: ⬆️ Upload coverage report
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # pin@main
if: "matrix.node-version == '22.x'"
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: 🚀 Release
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm
npx lint-staged
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"eslint-config-peerigon/prettier.config.js"
29 changes: 0 additions & 29 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 26c2206

Please sign in to comment.