File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ If you are not on v5 yet, we recommend first following the [v5 migration guide](
10
10
- ` await-async-events ` is now enabled by default for ` fireEvent ` in Vue and Marko shared configs
11
11
- ` await-async-events ` is now enabled by default for ` userEvent ` in all shared configs
12
12
- ` await-async-query ` is now called ` await-async-queries `
13
- - ` no-await-async -query ` is now called ` no-await-async -queries `
13
+ - ` no-await-sync -query ` is now called ` no-await-sync -queries `
14
14
- ` no-render-in-setup ` is now called ` no-render-in-lifecycle `
15
15
- ` no-await-sync-events ` is now enabled by default in React, Angular, and DOM shared configs
16
16
- ` no-manual-cleanup ` is now enabled by default in React and Vue shared configs
@@ -25,6 +25,6 @@ If you are not on v5 yet, we recommend first following the [v5 migration guide](
25
25
- Removing ` testing-library/no-wait-for-empty-callback ` if you were referencing it manually somewhere
26
26
- Renaming ` testing-library/await-fire-event ` to ` testing-library/await-async-events ` if you were referencing it manually somewhere
27
27
- Renaming ` testing-library/await-async-query ` to ` testing-library/await-async-queries ` if you were referencing it manually somewhere
28
- - Renaming ` testing-library/no-await-async -query ` to ` testing-library/no-await-async -queries ` if you were referencing it manually somewhere
28
+ - Renaming ` testing-library/no-await-sync -query ` to ` testing-library/no-await-sync -queries ` if you were referencing it manually somewhere
29
29
- Renaming ` testing-library/no-render-in-setup ` to ` testing-library/no-render-in-lifecycle ` if you were referencing it manually somewhere
30
30
- Being aware of new rules enabled or changed above in shared configs which can lead to newly reported errors
You can’t perform that action at this time.
0 commit comments