File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## main
22
33### Features
4+
45- ` [jest-config] ` Add ` testEnvironmentOptions.html ` to apply to jsdom input ([ 11950] ( https://github.com/facebook/jest/pull/11950 ) )
6+
57### Fixes
68
79- ` [jest-runtime] ` Ensure absolute paths can be resolved within test modules ([ 11943] ( https://github.com/facebook/jest/pull/11943 ) )
Original file line number Diff line number Diff line change 11{
2- "dependencies" : {
3- "@babel/core" : " ^7.2.2" ,
4- "@babel/preset-env" : " ^7.2.2"
5- },
6- "jest" : {
7- "testEnvironment" : " jsdom" ,
8- "testEnvironmentOptions" : {
9- "html" : " <div id=\" root\" ></div>"
10- }
2+ "dependencies" : {
3+ "@babel/core" : " ^7.2.2" ,
4+ "@babel/preset-env" : " ^7.2.2"
5+ },
6+ "jest" : {
7+ "testEnvironment" : " jsdom" ,
8+ "testEnvironmentOptions" : {
9+ "html" : " <div id=\" root\" ></div>"
1110 }
1211 }
13-
12+ }
You can’t perform that action at this time.
0 commit comments