Skip to content

Commit

Permalink
fix(xychart): fix test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Aug 21, 2020
1 parent 1f3f652 commit fe67140
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vx-xychart/test/theme.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ describe('colors', () => {
it('should export defaultColors', () => {
expect(defaultColors).toMatchObject(expect.arrayContaining([expect.any(String)]));
});
it('should export grayColors', () => {
expect(grayColors).toMatchObject(expect.arrayContaining([expect.any(String)]));
});
});

describe('theme', () => {
Expand Down

0 comments on commit fe67140

Please sign in to comment.