Skip to content

Commit

Permalink
chore: jest -> vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Dec 31, 2024
1 parent 9cb801f commit c3b8a2c
Show file tree
Hide file tree
Showing 26 changed files with 3,211 additions and 6,363 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- run: npm run test:mutation
- uses: actions/upload-artifact@v3
with:
name: mutation-tests-reports
path: reports
name: stryker-reports
path: .stryker-reports

concurrency:
group: ci_${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ build

# stryker temp files
.stryker-tmp
reports
.stryker-reports
14 changes: 0 additions & 14 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit c3b8a2c

Please sign in to comment.