From 6bd397b2a85b5404303d58b77c0ff5711d50ccc1 Mon Sep 17 00:00:00 2001 From: Alice Pote Date: Tue, 16 May 2023 17:38:40 -0400 Subject: [PATCH] I have no idea why I have to add that --- test/end-to-end/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/end-to-end/tsconfig.json b/test/end-to-end/tsconfig.json index f6fe223731f3..4084a890fbef 100644 --- a/test/end-to-end/tsconfig.json +++ b/test/end-to-end/tsconfig.json @@ -27,6 +27,9 @@ "@stencil/core": [ "../../internal" ], + "@stencil/core/mock-doc": [ + "../../mock-doc" + ], "@stencil/core/internal": [ "../../internal" ],