diff --git a/packages/calcite-components/stencil.config.ts b/packages/calcite-components/stencil.config.ts index c9ae5734c90..0442b7d992c 100644 --- a/packages/calcite-components/stencil.config.ts +++ b/packages/calcite-components/stencil.config.ts @@ -127,6 +127,7 @@ export const create: () => Config = () => ({ }) ], testing: { + watchPathIgnorePatterns: ["/../../node_modules", "/dist", "/www", "/hydrate"], moduleNameMapper: { "^/assets/(.*)$": "/src/tests/iconPathDataStub.ts", "^lodash-es$": "lodash"