attempt at making it work
This commit is contained in:
parent
77db9c5c69
commit
fd171da0dc
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ const mockTouchEvent = (x, y) => ({
|
|||
]
|
||||
})
|
||||
|
||||
describe.only('GestureService', () => {
|
||||
describe('GestureService', () => {
|
||||
describe('swipeGesture', () => {
|
||||
it('calls the callback on a successful swipe', () => {
|
||||
let swiped = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue