Skip to content

Commit

Permalink
updating jest & libs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
melloc01 committed Nov 4, 2021
1 parent 3b70caa commit c624b4d
Show file tree
Hide file tree
Showing 2 changed files with 795 additions and 1,753 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@babel/polyfill": "7.12.1",
"@intelie/eslint-config": "4.3.2",
"@intelie/prettier-config": "2.1.0",
"@testing-library/react": "10.4.9",
"@testing-library/react": "12.1.2",
"@typescript-eslint/eslint-plugin": "4.12.0",
"@typescript-eslint/parser": "4.12.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.3.0",
"babel-jest": "27.3.1",
"eslint": "7.17.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-standard": "14.1.1",
Expand All @@ -65,12 +65,12 @@
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-standard": "4.0.1",
"jest": "26.4.2",
"jest": "27.3.1",
"minimist": ">=0.2.1",
"prettier-eslint": "11.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"styled-components": "5.1.1"
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "5.3.3"
},
"prettier": "@intelie/prettier-config",
"eslintConfig": {
Expand All @@ -83,6 +83,7 @@
"lib"
],
"jest": {
"testEnvironment": "jsdom",
"setupFiles": [
"./jest-setup.js"
]
Expand Down
Loading

0 comments on commit c624b4d

Please sign in to comment.