[Gestures] Tests

Runs through the MCTPinch 100%, needs
expectations. However completes all
gesture firings and .
This commit is contained in:
Shivam Dave 2015-09-04 14:57:16 -07:00
parent e8739ede0e
commit ddf519c17e

View File

@ -86,7 +86,8 @@ define(
// Touch Cancel
mockElement.on.calls[3].args[1](mockEvent);
//console.log(mockScope.on.calls);
// Check destroy
mockScope.$on.calls[0].args[1]();
});
});
}