Skip to content

Commit

Permalink
Consistent type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov committed Oct 25, 2023
1 parent a74de4c commit 64e53f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Sparkline/Sparkline.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Sparkline from '.'

describe('Sparkline', () => {
function setup(props: {
datum: (number | undefined | null)[]
datum: any[]
description: string
dataTemplate: (d: number | null | undefined) => string
}) {
Expand Down

0 comments on commit 64e53f3

Please sign in to comment.