Skip to content

Commit

Permalink
test(vitest): replaced jest for vitest
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removed support for fastify 3.0.0 & hapi 20.x & firebase-admin < 11
  • Loading branch information
H4ad committed Jun 7, 2023
1 parent dfd0b4e commit 7505fad
Show file tree
Hide file tree
Showing 66 changed files with 3,924 additions and 5,318 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
// Fields
"protected-abstract-field",
"public-abstract-field",
"private-abstract-field",
"protected-static-field",
"public-static-field",
"private-static-field",
Expand All @@ -120,7 +119,6 @@
"private-instance-get",
"protected-abstract-get",
"public-abstract-get",
"private-abstract-get",
"decorated-get",
"abstract-get",
"protected-get",
Expand All @@ -132,7 +130,6 @@
// Setters
"protected-abstract-set",
"public-abstract-set",
"private-abstract-set",
"abstract-set",
"protected-decorated-set",
"public-decorated-set",
Expand All @@ -159,7 +156,6 @@
"private-decorated-method",
"public-abstract-method",
"protected-abstract-method",
"private-abstract-method",
"public-instance-method",
"protected-instance-method",
"private-instance-method"
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

npm run build
npm run test
npx lint-staged
npm run lint
20 changes: 0 additions & 20 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 7505fad

Please sign in to comment.