Skip to content

Commit b69ef2e

Browse files
committed
chore: add failing fixture test for SSRv1
1 parent 00c51d2 commit b69ef2e

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"entry": "x/getter-class-list"
2+
"entry": "x/getter-class-list",
3+
"ssrFiles": {
4+
"error": "error-ssr.txt",
5+
"expected": "expected-ssr.html"
6+
}
37
}

packages/@lwc/engine-server/src/__tests__/fixtures/getter-class-list-modify/error-ssr.txt

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
classList.forEach is not a function
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<fixture-test class="a b c d-e f g h i" data-lwc-host-mutated="class">
2+
<template shadowrootmode="open">
3+
</template>
4+
</fixture-test>
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
<fixture-test class="a b c d-e f g h i" data-lwc-host-mutated="class">
2-
<template shadowrootmode="open">
3-
</template>
4-
</fixture-test>

0 commit comments

Comments
 (0)