Skip to content

Commit

Permalink
Update src/components/char-check-limit/_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 Jan 9, 2025
1 parent 1dabada commit 9e676fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/char-check-limit/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('FOR: Macro: CharCheckLimit', () => {
expect(results).toHaveNoViolations();
});

test('renders the passed content ', () => {
test('THEN: renders the passed content', () => {
expect($('.ons-js-char-check-input').text()).toBe('Test content.');
});
});
Expand Down

0 comments on commit 9e676fd

Please sign in to comment.