diff --git a/projects/testing-library/src/lib/models.ts b/projects/testing-library/src/lib/models.ts index b8628ba..ffe6740 100644 --- a/projects/testing-library/src/lib/models.ts +++ b/projects/testing-library/src/lib/models.ts @@ -36,7 +36,7 @@ export interface RenderResult extend * The containing DOM node of your rendered Angular Component. * This is a regular DOM node, so you can call container.querySelector etc. to inspect the children. */ - container: Element; + container: HTMLElement; /** * @description * Prints out the component's DOM with syntax highlighting.