Skip to content

Commit

Permalink
updated component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pravusjif committed Oct 30, 2024
1 parent 5b181a3 commit a4ccbdf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/ecs/components/PointerEvents.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ describe('Generated OnPointerDown ProtoBuf', () => {
button: 1,
hoverText: 'Tap to run',
maxDistance: 10,
showFeedback: true
showFeedback: true,
showHighlight: true
}
}
]
Expand All @@ -28,7 +29,8 @@ describe('Generated OnPointerDown ProtoBuf', () => {
button: InputAction.IA_ACTION_4,
hoverText: 'Run to tap',
maxDistance: 5,
showFeedback: false
showFeedback: false,
showHighlight: false
}
}
]
Expand All @@ -51,7 +53,8 @@ describe('Generated OnPointerDown ProtoBuf', () => {
button: InputAction.IA_ACTION_4,
hoverText: 'Run to tap',
maxDistance: 5,
showFeedback: false
showFeedback: false,
showHighlight: false
}
}
]
Expand Down

0 comments on commit a4ccbdf

Please sign in to comment.