Skip to content

Commit

Permalink
fix: adjust test after removing the usage of the style prop
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Nov 13, 2024
1 parent 9f4ec91 commit c64912f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ describe('ChartPlugin', () => {
done()
})

it('uses the style passed as prop', (done) => {
expect(canvas().find('div').prop('style')).toEqual(props.style)
done()
})

it('calls createVisualization', (done) => {
canvas()

Expand Down

0 comments on commit c64912f

Please sign in to comment.