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 ca842c9 commit e03f158
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 @@ -127,7 +127,7 @@ describe('FOR: Macro: Button', () => {

describe('GIVEN: Params: variants', () => {
describe('WHEN: variants are present', () => {
it('THEN: renders provided variant style classes', () => {
it('THEN: the button has the expected variant classes', () => {
const $ = cheerio.load(
renderComponent('button', {
variants: ['variant-a', 'variant-b'],
Expand Down

0 comments on commit e03f158

Please sign in to comment.