-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update for Fastify v5 (#192) * Update for fastify 5 * removed coverage disable * replaced istambul with c8 * wrapped code in c8 * fix --------- Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update for Fastify v5 (#192) * Update for fastify 5 * removed coverage disable * replaced istambul with c8 * wrapped code in c8 * fix --------- Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day> * update fastify deps --------- Co-authored-by: Cristian Barlutiu <cristian.barlutiu@gmail.com> Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
- Loading branch information
1 parent
255ca57
commit c2fc0aa
Showing
4 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
ts: false | ||
jsx: false | ||
flow: false | ||
jobs: 1 | ||
coverage: true | ||
check-coverage: true | ||
|
||
files: | ||
- test/**/*.test.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters