Skip to content

Commit

Permalink
test: ssr-specific test due to lowercased attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida committed Oct 25, 2024
1 parent e337b3c commit 906c53e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ssrFiles": {
"error": "error-ssr.txt",
"expected": "expected-ssr.html"
}
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<x-cmp aria-label="haha" data-foo="bar" data-lwc-host-mutated="aria-label data-bar data-foo">
<template shadowrootmode="open">
</template>
</x-cmp>

0 comments on commit 906c53e

Please sign in to comment.