Skip to content

Commit

Permalink
Upgrade jest (#10)
Browse files Browse the repository at this point in the history
I plan to switch from graphql-request to undici and old jest
breaks node globals. The latest jest version works well.
  • Loading branch information
TrySound committed Jun 5, 2023
1 parent 069a25d commit a557613
Show file tree
Hide file tree
Showing 2 changed files with 901 additions and 1,054 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -39,14 +39,14 @@
"@graphql-codegen/typescript": "^1.21.1",
"@graphql-codegen/typescript-graphql-request": "^3.1.0",
"@graphql-codegen/typescript-operations": "^1.17.15",
"@types/jest": "^26.0.23",
"@types/jest": "^29.5.2",
"dotenv-flow": "^3.2.0",
"eslint": "^7.23.0",
"husky": "^6.0.0",
"jest": "^27.0.6",
"jest": "^29.5.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"ts-jest": "^27.0.3",
"ts-jest": "^29.1.0",
"typedoc": "^0.22.4",
"typedoc-plugin-markdown": "^3.11.2",
"typescript": "^4.2.3"
Expand Down

0 comments on commit a557613

Please sign in to comment.