Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Nov 8, 2024
1 parent 238ee5a commit 57719ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ describe('macro: button', () => {
noIcon: true,
});

expect(iconsSpy.occurrences[0]).toBe(undefined);
expect(iconsSpy.occurrences[0]).toBeUndefined();
});

it('has default `arrow-next` icon when noIcon is set to false', () => {
Expand Down

0 comments on commit 57719ee

Please sign in to comment.