Skip to content

Commit

Permalink
Sort entries by component name
Browse files Browse the repository at this point in the history
  • Loading branch information
leoselig committed Aug 14, 2017
1 parent 0f59b54 commit d1d34de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/specs/api/getChangelogData.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe('getChangelogData', () => {
expect(additionEntries[0].component).toBe('comp1');
expect(additionEntries[1].component).toBe('comp2');
expect(additionEntries[2].component).toBe('comp3');
});

describe('when there are no entries of a certain kind', () => {

Expand Down

0 comments on commit d1d34de

Please sign in to comment.