This commit is contained in:
Cory LaViska
2023-01-13 14:37:45 -05:00
parent 6b9b410bdc
commit 29ff99dd76

View File

@@ -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 */
});
});
});