Skip to content

Commit

Permalink
test(tabset): test oriantation default value (#3520)
Browse files Browse the repository at this point in the history
This minor change make sure test covers all default properties of the
tabset configuration.
  • Loading branch information
peterblazejewicz authored and Benoit Charbonnier committed Dec 20, 2019
1 parent 36ce6fb commit 117d239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabset/tabset-config.spec.ts
Expand Up @@ -6,5 +6,6 @@ describe('ngb-tabset-config', () => {

expect(config.type).toBe('tabs');
expect(config.justify).toBe('start');
expect(config.orientation).toBe('horizontal');
});
});

0 comments on commit 117d239

Please sign in to comment.