Skip to content

Commit

Permalink
chore: fix test referencing date string instead of integer
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 3, 2020
1 parent 192d195 commit 56067d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ describe('getTypeMeta', () => {
isRequired: false,
examples: [],
deprecation: {
date: 1591519180477,
date: new Date(1591519180477).toISOString(),
description: 'Use onHide',
},
type: {
Expand Down

0 comments on commit 56067d5

Please sign in to comment.