Skip to content

Commit

Permalink
Add mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Apr 19, 2022
1 parent 0e9675f commit daaeea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const attachGestureHandler = NOOP;
const createGestureHandler = NOOP;
const dropGestureHandler = NOOP;
const updateGestureHandler = NOOP;
const flushOperations = NOOP;
const NativeViewGestureHandler = View;
const TapGestureHandler = View;
const ForceTouchGestureHandler = View;
Expand Down Expand Up @@ -59,6 +60,7 @@ export default {
createGestureHandler,
dropGestureHandler,
updateGestureHandler,
flushOperations,
// probably can be removed
Directions,
State,
Expand Down

0 comments on commit daaeea8

Please sign in to comment.