Skip to content

Commit c723ba0

Browse files
authored
test: begin the switch to RTL (#945)
1 parent bbb02e6 commit c723ba0

File tree

29 files changed

+710
-300
lines changed

29 files changed

+710
-300
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ Please check relevant options, delete irrelevant ones.
3131
- [ ] Translation Updates
3232
- [ ] Release
3333

34-
### TypeScript/Hooks Update
34+
### Codebase Modernization
3535

3636
<!--
37-
In an effort to modernize the codebase, you should convert the files that you work with to React Hooks and TypeScript.
38-
If this is not possible (e.g. it's too many changes, touching too many files, etc.) please explain why here.
37+
In an effort to modernize the codebase, you should convert the files that you work with to React Hooks and TypeScript,
38+
and update tests to use the React Testing Library instead of Enzyme. If this is not possible (e.g. it's too many
39+
changes, touching too many files, etc.) please explain why here.
3940
-->
4041

4142
- [ ] Updated files to React Hooks
4243
- [ ] Updated files to TypeScript
44+
- [ ] Updated tests to React Testing Library
4345

4446
## Before / After
4547

0 commit comments

Comments
 (0)