Skip to content

Commit

Permalink
Update packages/react/src/Pillar/Pillar.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rez <[email protected]>
  • Loading branch information
danielguillan and rezrah authored Dec 17, 2024
1 parent a91b327 commit 3bdc86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/Pillar/Pillar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ describe('Pillar', () => {

it('renders the image correctly into the document', () => {
const mockTestId = 'test'
const mockImage = 'mock.png'

Check failure on line 88 in packages/react/src/Pillar/Pillar.test.tsx

View workflow job for this annotation

GitHub Actions / Install and run tests

'mockImage' is assigned a value but never used

Check failure on line 88 in packages/react/src/Pillar/Pillar.test.tsx

View workflow job for this annotation

GitHub Actions / Next.js

'mockImage' is assigned a value but never used
const classToCheck = 'Image'
const testAltText = 'alternative text'

Expand Down

0 comments on commit 3bdc86f

Please sign in to comment.