File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 112
112
113
113
### Chore & Maintenance
114
114
115
+ - ` [docs] ` Replace FlowType with TypeScript in CONTRIBUTING.MD code conventions
115
116
- ` [jest-leak-detector] ` remove code repeat ([ #8438 ] ( https://github.com/facebook/jest/pull/8438 ) )
116
117
- ` [docs] ` Add example to ` jest.requireActual ` ([ #8482 ] ( https://github.com/facebook/jest/pull/8482 ) )
117
118
- ` [docs] ` Add example to ` jest.mock ` for mocking ES6 modules with the ` factory ` parameter ([ #8550 ] ( https://github.com/facebook/jest/pull/8550 ) )
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
213
213
- 80 character line length strongly preferred.
214
214
- Prefer ` ' ` over ` " ` .
215
215
- ES6 syntax when possible.
216
- - Use [ Flow types ] ( http ://flowtype .org/) .
216
+ - Use [ TypeScript ] ( https ://www.typescriptlang .org/) .
217
217
- Use semicolons;
218
218
- Trailing commas,
219
219
- Avd abbr wrds.
You can’t perform that action at this time.
0 commit comments