File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 10
10
import warning from 'shared/warning' ;
11
11
import * as TestRendererScheduling from './ReactTestRendererScheduling' ;
12
12
13
- /* eslint-disable no-use-before-define */
14
13
export type Type = string ;
15
14
export type Props = Object ;
16
15
export type Container = { |
@@ -36,7 +35,6 @@ export type UpdatePayload = Object;
36
35
export type ChildSet = void ; // Unused
37
36
export type TimeoutHandle = TimeoutID ;
38
37
export type NoTimeout = - 1 ;
39
- /* eslint-enable no-use-before-define */
40
38
41
39
export * from 'shared/HostConfigWithNoPersistence' ;
42
40
export * from 'shared/HostConfigWithNoHydration' ;
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import ReactVersion from 'shared/ReactVersion';
37
37
import * as ReactTestHostConfig from './ReactTestHostConfig' ;
38
38
import * as TestRendererScheduling from './ReactTestRendererScheduling' ;
39
39
40
- /* eslint-disable no-use-before-define */
41
40
type TestRendererOptions = {
42
41
createNodeMock : ( element : React$Element < any > ) => any ,
43
42
unstable_isAsync : boolean ,
@@ -58,7 +57,6 @@ type FindOptions = $Shape<{
58
57
} > ;
59
58
60
59
export type Predicate = ( node : ReactTestInstance ) => ?boolean ;
61
- /* eslint-enable no-use-before-define */
62
60
63
61
const defaultTestOptions = {
64
62
createNodeMock : function ( ) {
You can’t perform that action at this time.
0 commit comments