mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
*put table back up*
This commit is contained in:
@@ -472,10 +472,11 @@ describe('<sl-input>', () => {
|
||||
</div>
|
||||
`);
|
||||
const form = el.querySelector<HTMLFormElement>('form')!;
|
||||
const formControls = getFormControls(form);
|
||||
|
||||
expect(formControls.length).to.equal(10);
|
||||
expect(formControls.map((fc: HTMLInputElement) => fc.value).join('')).to.equal('12345678910');
|
||||
const formControls = getFormControls(form); // eslint-disable-line
|
||||
expect(formControls.length).to.equal(10); // eslint-disable-line
|
||||
expect(formControls.map((fc: HTMLInputElement) => fc.value).join('')).to.equal('12345678910'); // eslint-disable-line
|
||||
/* eslint-enable */
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user