Skip to content

Commit

Permalink
remove jest
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0dr1y committed Oct 23, 2023
1 parent 62fd150 commit f8c5424
Show file tree
Hide file tree
Showing 6 changed files with 3,374 additions and 8,096 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm install
- name: Run unit tests with coverage
run: |
SUMMARY="$(npm test -- --coverageReporters='text-summary' | tail -2 | head -1)"
SUMMARY="$(npm coverage | tail -2 | head -1)"
TOKENS=($SUMMARY)
echo "COVERAGE=$(echo ${TOKENS[2]})" >> $GITHUB_ENV
- name: Create Coverage Badge
Expand Down
22 changes: 0 additions & 22 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit f8c5424

Please sign in to comment.