mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
remove comments
This commit is contained in:
@@ -63,10 +63,6 @@ describe('<sl-input>', () => {
|
||||
expect(submitHandler).to.have.been.calledOnce;
|
||||
});
|
||||
|
||||
//
|
||||
// Constraint validation tests
|
||||
//
|
||||
|
||||
it('should be valid by default', async () => {
|
||||
const el = await fixture<SlInput>(html` <sl-input></sl-input> `);
|
||||
expect(el.invalid).to.be.false;
|
||||
|
||||
@@ -93,10 +93,6 @@ describe('<sl-select>', () => {
|
||||
expect(control.getAttribute('aria-expanded')).to.equal('false');
|
||||
});
|
||||
|
||||
//
|
||||
// Constraint validation tests
|
||||
//
|
||||
|
||||
it('should focus on the custom control when constraint validation occurs', async () => {
|
||||
const el = await fixture<HTMLFormElement>(html`
|
||||
<form>
|
||||
|
||||
@@ -29,10 +29,6 @@ describe('<sl-textarea>', () => {
|
||||
expect(submitHandler).to.have.been.calledOnce;
|
||||
});
|
||||
|
||||
//
|
||||
// Constraint validation tests
|
||||
//
|
||||
|
||||
it('should be valid by default', async () => {
|
||||
const el = await fixture<SlTextarea>(html` <sl-textarea></sl-textarea> `);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user