File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { ReactTestInstance } from 'react-test-renderer';
2
2
import act from './act' ;
3
3
import { isHostElement } from './helpers/component-tree' ;
4
4
import { getHostComponentNames } from './helpers/host-component-names' ;
5
- import { isPointerEventEnabled } from './helpers/isPointerEventEnabled ' ;
5
+ import { isPointerEventEnabled } from './helpers/pointer-events ' ;
6
6
7
7
type EventHandler = ( ...args : unknown [ ] ) => unknown ;
8
8
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { wait } from '../utils';
5
5
import act from '../../act' ;
6
6
import { getHostParent } from '../../helpers/component-tree' ;
7
7
import { filterNodeByType } from '../../helpers/filterNodeByType' ;
8
- import { isPointerEventEnabled } from '../../helpers/isPointerEventEnabled ' ;
8
+ import { isPointerEventEnabled } from '../../helpers/pointer-events ' ;
9
9
import { getHostComponentNames } from '../../helpers/host-component-names' ;
10
10
import { jestFakeTimersAreEnabled } from '../../helpers/timers' ;
11
11
import { DEFAULT_MIN_PRESS_DURATION } from './constants' ;
You can’t perform that action at this time.
0 commit comments