File tree 2 files changed +501
-498
lines changed 2 files changed +501
-498
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,12 @@ This rule can also autofix a number of these deprecations for you.
30
30
31
31
### ` jest.resetModuleRegistry `
32
32
33
- This function was renamed to ` resetModules ` in Jest 15, and is scheduled for
34
- removal in Jest 27.
33
+ This function was renamed to ` resetModules ` in Jest 15 and removed in Jest 27.
35
34
36
35
### ` jest.addMatchers `
37
36
38
- This function was replaced with ` expect.extend ` in Jest 17, and is scheduled for
39
- removal in Jest 27.
37
+ This function was replaced with ` expect.extend ` in Jest 17 and removed in
38
+ Jest 27.
40
39
41
40
### ` require.requireActual ` & ` require.requireMock `
42
41
@@ -51,10 +50,10 @@ the release of Jest 26 saw them removed from the `require` function altogether.
51
50
52
51
### ` jest.runTimersToTime `
53
52
54
- This function was renamed to ` advanceTimersByTime ` in Jest 22, and is scheduled
55
- for removal in Jest 27.
53
+ This function was renamed to ` advanceTimersByTime ` in Jest 22 and removed in
54
+ Jest 27.
56
55
57
56
### ` jest.genMockFromModule `
58
57
59
58
This function was renamed to ` createMockFromModule ` in Jest 26, and is scheduled
60
- for removal in a future version of Jest.
59
+ for removal in Jest 30 .
You can’t perform that action at this time.
0 commit comments