mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(): fix phantomjs test problems for CircleCI
This commit is contained in:
@@ -698,7 +698,9 @@ describe('Ionic View Service', function() {
|
||||
}));
|
||||
|
||||
it('should not error when clearing empty history', function() {
|
||||
expect(viewService.clearHistory.bind(null)).not.toThrow();
|
||||
expect(function() {
|
||||
viewService.clearHistory();
|
||||
}).not.toThrow();
|
||||
});
|
||||
|
||||
it('should create a viewService view', inject(function($location) {
|
||||
|
||||
Reference in New Issue
Block a user