diff --git a/src/types.ts b/src/types.ts index 8202d8d3d..282abb96a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -91,7 +91,7 @@ export interface MountingOptions * Can be a valid CSS selector, or an Element connected to the document. * @see https://test-utils.vuejs.org/api/#attachto */ - attachTo?: HTMLElement | string + attachTo?: Element | string } /**