widget uses LazyElemnt

This commit is contained in:
realaravinth
2021-07-21 21:02:03 +05:30
parent 5044d78378
commit 257b3a2b88
5 changed files with 42 additions and 82 deletions

View File

@@ -21,7 +21,7 @@ it('sudo form works', () => {
try {
form.get();
} catch (e) {
expect(e.message).toBe("Element form is undefined");
expect(e.message).toBe('Element form is undefined');
}
const element = document.createElement('form');