Skip to content

Commit

Permalink
js: fix jest missing globals
Browse files Browse the repository at this point in the history
  • Loading branch information
slint authored and max-moser committed Sep 18, 2024
1 parent a69ec84 commit 6f9aa82
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"coveralls": "^3.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.0",
"enzyme-to-json": "^3.4.0",
"expect": "^26.0.0",
"formik": "^2.1.0",
"i18next": "^20.3.0",
Expand Down Expand Up @@ -59,10 +58,5 @@
"tinymce": "^6.7.2",
"typescript": "^4.9.5",
"yup": "^0.32.11"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}

0 comments on commit 6f9aa82

Please sign in to comment.