mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(navBackButton): remove redundant should word from test case description
This commit is contained in:
@@ -20,7 +20,7 @@ describe('ionNavBackButton directive', function() {
|
||||
}).toThrow();
|
||||
}));
|
||||
|
||||
it('should should have class', function() {
|
||||
it('should have class', function() {
|
||||
var el = setup();
|
||||
expect(el.hasClass('button back-button')).toBe(true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user