Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
margaree committed Sep 18, 2024
1 parent 857c216 commit 128fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/test/form-element.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('form-element', () => {
expect(formElement.invalid).to.be.false;
expect(formElement.validationError).to.be.null;
});
})
});

describe('validate-on-init', () => {
it('should not validate immediately if validate-on-init is not set', async() => {
Expand Down

0 comments on commit 128fbea

Please sign in to comment.