File tree Expand file tree Collapse file tree
packages/jest-cli/src/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55### Fixes
66
77- ` [@jest/types] ` Mark deprecated configuration options as ` @deprecated ` ([ #11913 ] ( https://github.com/facebook/jest/pull/11913 ) )
8+ - ` [jest-cli] ` Improve ` --help ` printout by removing defunct ` --browser ` option ([ #11914 ] ( https://github.com/facebook/jest/pull/11914 ) )
89
910### Chore & Maintenance
1011
Original file line number Diff line number Diff line change @@ -107,13 +107,6 @@ export const options = {
107107 'Exit the test suite immediately after `n` number of failing tests.' ,
108108 type : 'boolean' ,
109109 } ,
110- browser : {
111- description :
112- 'Respect the "browser" field in package.json ' +
113- 'when resolving modules. Some packages export different versions ' +
114- 'based on whether they are operating in node.js or a browser.' ,
115- type : 'boolean' ,
116- } ,
117110 cache : {
118111 description :
119112 'Whether to use the transform cache. Disable the cache ' +
You can’t perform that action at this time.
0 commit comments