Skip to content

Commit

Permalink
test: update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Feb 16, 2024
1 parent ae40aa0 commit e9eb9ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions FabricExample/__tests__/focused-input.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe("`useReanimatedFocusedInput` mocking", () => {
input: {
value: {
target: 2,
parentScrollViewTarget: -1,
layout: {
x: 10,
y: 100,
Expand Down
1 change: 1 addition & 0 deletions example/__tests__/focused-input.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe("`useReanimatedFocusedInput` mocking", () => {
input: {
value: {
target: 2,
parentScrollViewTarget: -1,
layout: {
x: 10,
y: 100,
Expand Down
1 change: 1 addition & 0 deletions jest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const focusedInput = {
input: {
value: {
target: 1,
parentScrollViewTarget: -1,
layout: {
x: 0,
y: 0,
Expand Down

0 comments on commit e9eb9ec

Please sign in to comment.