We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6740fd commit a46417eCopy full SHA for a46417e
projects/testing-library/src/lib/models.ts
@@ -36,7 +36,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
36
* The containing DOM node of your rendered Angular Component.
37
* This is a regular DOM node, so you can call container.querySelector etc. to inspect the children.
38
*/
39
- container: Element;
+ container: HTMLElement;
40
/**
41
* @description
42
* Prints out the component's DOM with syntax highlighting.
0 commit comments