Skip to content

Commit

Permalink
Reverted light-dom test
Browse files Browse the repository at this point in the history
  • Loading branch information
briangrider committed Jan 19, 2025
1 parent f49390b commit 7c8877d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/cases/light-dom/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ export default class HomePage extends HTMLElement {
}

getTemplate() {
return `<!DOCTYPE html>
<html>
<head>
<title>App Layout</title>
</head>
<body>
return `
<wcc-header></wcc-header>
<h1>Home Page</h1></body></html>
<h1>Home Page</h1>
`;
}
}

0 comments on commit 7c8877d

Please sign in to comment.