Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 10, 2024
1 parent 19aca36 commit dd3e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mock-doc/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
);
}
},
Expand Down

0 comments on commit dd3e2aa

Please sign in to comment.