mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Travis! Don't die on me!
This commit is contained in:
@@ -66,6 +66,7 @@ describe('Ionic Toggle', function() {
|
||||
expect(toggle.val()).toBe(true);
|
||||
ionic.trigger('click', {target: label})
|
||||
expect(toggle.val()).toBe(false);
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user