Skip to content

Commit 93d71ac

Browse files
committed
Update comment
1 parent 276beec commit 93d71ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-gesture-handler/src/__tests__/api_v3.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe('[API v3] Components', () => {
134134
>;
135135
const { jsEventHandler } = gesture.detectorCallbacks;
136136

137-
// Fire BEGAN
137+
// Fire BEGAN — long press timer starts here
138138
act(() => {
139139
jsEventHandler?.({
140140
oldState: State.UNDETERMINED,
@@ -145,7 +145,7 @@ describe('[API v3] Components', () => {
145145
});
146146
});
147147

148-
// Fire ACTIVE — long press timer starts here (on iOS / non-Android)
148+
// Fire ACTIVE
149149
act(() => {
150150
jsEventHandler?.({
151151
oldState: State.BEGAN,

0 commit comments

Comments
 (0)