Skip to content

Commit

Permalink
Update src/components/button/_macro.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <[email protected]>
  • Loading branch information
SriHV and rmccar authored Oct 3, 2024
1 parent 7c47f8a commit dd9bc1f
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 @@ -254,7 +254,7 @@ describe('FOR: Macro: Button', () => {
});
});
describe('WHEN: type parameter is not provided', () => {
it('THEN: defaults to being a submit button when type is not provided', () => {
it('THEN: defaults to being a submit button', () => {
const $ = cheerio.load(renderComponent('button'));

expect($('button').attr('type')).toBe('submit');
Expand Down

0 comments on commit dd9bc1f

Please sign in to comment.