Skip to content

Commit

Permalink
Migrate to Node.js's test runner from Jest (#1697)
Browse files Browse the repository at this point in the history
* Add TODO comments

* Add glob

* Add test-each

* Add fetch-mock

* Add node-fetch

* Add nock

* Add undici

* Migrate to Node.js's test runner from Jest

* chore: Remove undici dependency

* chore: Remove node-fetch dependencies

* chore: Remove fetch-mock dependencies

* Remove Jest

* Improve import style for test-each

* chore: Update tsx dependencies to latest versions

* Revert "chore: Update tsx dependencies to latest versions"

This reverts commit baf5220.

* Update `test` script

* Add coverage

* Remove ArtiomTr/jest-coverage-report-action

* Revert "Add coverage"

This reverts commit f72ecba.

* Revert "Update `test` script"

This reverts commit 5ca8672.

* Refactoring

* chore: Refactor SemVerLevel.test.ts

* Refactoring

* Refactoring

* Remove `detectPackageManager`

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Refactoring

* Update `test` script

* Revert "Update `test` script"

This reverts commit 4a85213.
  • Loading branch information
munierujp committed May 28, 2024
1 parent c40a974 commit f529871
Show file tree
Hide file tree
Showing 74 changed files with 3,617 additions and 6,204 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
const config = {
extends: [
'@munierujp/eslint-config-typescript',
'plugin:jest/recommended',
'lodash'
],
parserOptions: {
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm test
- run: npm test
44 changes: 0 additions & 44 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit f529871

Please sign in to comment.