Skip to content

Commit

Permalink
fix: migrate from jest to node test and c8 (#1182)
Browse files Browse the repository at this point in the history
* fix: migrate from jest to node test and c8

* fix: move tests into root/test/ directory

* fix: update workflow to v5

* fix: update workflow to v5.0.0

* pr feedback

* fix: lint errors

* update package-lock

Signed-off-by: Matteo Collina <hello@matteocollina.com>

---------

Signed-off-by: Matteo Collina <hello@matteocollina.com>
Co-authored-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
dancastillo and mcollina authored Sep 2, 2024
1 parent 4b936f8 commit a5fb085
Show file tree
Hide file tree
Showing 23 changed files with 3,416 additions and 3,405 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
coverage
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
license-check: true
lint: true
13 changes: 0 additions & 13 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit a5fb085

Please sign in to comment.