Skip to content

Commit

Permalink
Updated deprecated jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hargne committed Mar 18, 2023
1 parent 5ab6ba5 commit 6578b32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"roots": ["<rootDir>"],
"preset": "ts-jest",
"globals": {
"ts-jest": {
"babelConfig": true
}
"transform": {
"^.+\\.tsx?$": [
"ts-jest",
{
"babelConfig": true
}
]
},
"collectCoverage": true,
"collectCoverageFrom": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1639,9 +1639,9 @@ camelcase@^6.2.0:
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==

caniuse-lite@^1.0.30001370:
version "1.0.30001393"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001393.tgz#1aa161e24fe6af2e2ccda000fc2b94be0b0db356"
integrity sha512-N/od11RX+Gsk+1qY/jbPa0R6zJupEa0lxeBG598EbrtblxVCTJsQwbRBm6+V+rxpc5lHKdsXb9RY83cZIPLseA==
version "1.0.30001467"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001467.tgz"
integrity sha512-cEdN/5e+RPikvl9AHm4uuLXxeCNq8rFsQ+lPHTfe/OtypP3WwnVVbjn+6uBV7PaFL6xUFzTh+sSCOz1rKhcO+Q==

chalk@^2.0.0, chalk@^2.3.0:
version "2.4.2"
Expand Down

0 comments on commit 6578b32

Please sign in to comment.