mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
sigh
This commit is contained in:
@@ -476,7 +476,6 @@ describe('<sl-input>', () => {
|
||||
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