mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
react-shadow-dom-retarget-events: update tests
Typescript 3.8 has a stricter type for customElements.define, so I updated the tests to match the type.
This commit is contained in:
parent
25e1983a34
commit
e53b3dd6e9
@ -19,4 +19,4 @@ class MyCustomElement extends HTMLElement {
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define(name, MyCustomElement);
|
||||
customElements.define(name, () => new MyCustomElement());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user