File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 67
67
"eslint-plugin-react-hooks" : " ^1.7.0" ,
68
68
"jest" : " ^27.0.6" ,
69
69
"jest-plugin-context" : " ^2.9.0" ,
70
- "webpack-cli" : " ^4.7.2"
70
+ "webpack-cli" : " ^4.7.2" ,
71
+ "jest-environment-jsdom" : " ~27.0"
71
72
}
72
73
}
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
3
3
function App ( ) {
4
+ return (
5
+ < h2 > SOOM.GG</ h2 >
6
+ )
4
7
}
5
8
6
9
export default App ;
Original file line number Diff line number Diff line change @@ -7013,7 +7013,7 @@ jest-environment-jsdom@^26.6.2:
7013
7013
jest-util "^26.6.2"
7014
7014
jsdom "^16.4.0"
7015
7015
7016
- jest-environment-jsdom@^27.0.6:
7016
+ jest-environment-jsdom@^27.0.6, jest-environment-jsdom@~27.0 :
7017
7017
version "27.0.6"
7018
7018
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.0.6.tgz#f66426c4c9950807d0a9f209c590ce544f73291f"
7019
7019
integrity sha512-FvetXg7lnXL9+78H+xUAsra3IeZRTiegA3An01cWeXBspKXUhAwMM9ycIJ4yBaR0L7HkoMPaZsozCLHh4T8fuw==
You can’t perform that action at this time.
0 commit comments