mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Removed iit
This commit is contained in:
@ -7,7 +7,7 @@ describe('Ionic Gesture Service', function() {
|
||||
gesture = Gesture;
|
||||
}));
|
||||
|
||||
iit('Should bind', function() {
|
||||
it('Should bind', function() {
|
||||
var el = document.createElement('div');
|
||||
|
||||
var handlers = {
|
||||
@ -22,7 +22,7 @@ describe('Ionic Gesture Service', function() {
|
||||
|
||||
expect(handlers.dragHandle).toHaveBeenCalled();
|
||||
});
|
||||
iit('Should unbind', function() {
|
||||
it('Should unbind', function() {
|
||||
var el = document.createElement('div');
|
||||
|
||||
var handlers = {
|
||||
|
||||
Reference in New Issue
Block a user