pull/1128/head
Cory LaViska 2023-01-13 14:37:45 -05:00
rodzic 6b9b410bdc
commit 29ff99dd76
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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