From dd3e2aa1996618d8effc31c1a757b3eb2e72bf5a Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Tue, 10 Dec 2024 15:52:08 -0300 Subject: [PATCH] prettier --- src/mock-doc/node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mock-doc/node.ts b/src/mock-doc/node.ts index a4e49be049a..6c25b8c55c1 100644 --- a/src/mock-doc/node.ts +++ b/src/mock-doc/node.ts @@ -240,7 +240,7 @@ export class MockElement extends MockNode { if ('process' in globalThis && globalThis.process.env.__STENCIL_SPEC_TESTS__) { console.error( `NOTE: Property ${String(prop)} was accessed on ElementInternals, but this property is not implemented. - Testing components with ElementInternals is fully supported in e2e tests.` + Testing components with ElementInternals is fully supported in e2e tests.`, ); } },