mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(): remove iit
This commit is contained in:
@@ -12,7 +12,7 @@ describe('gesture directive', function() {
|
||||
};
|
||||
})
|
||||
.forEach(function(directive){
|
||||
iit('should compile', inject(function($compile, $rootScope, $ionicGesture) {
|
||||
it('should compile', inject(function($compile, $rootScope, $ionicGesture) {
|
||||
var fakeGesture = {};
|
||||
spyOn($ionicGesture, 'on').andCallFake(function(eventType, listener, el) {
|
||||
callback = listener;
|
||||
|
||||
Reference in New Issue
Block a user