Skip to content

Commit 05df182

Browse files
fix: colliding error prop delta (#5287)
* fix: colliding error prop delta * chore: remove .only
1 parent 0a28c4e commit 05df182

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"entry": "x/wire"
2+
"entry": "x/wire",
3+
"ssrFiles": {
4+
"error": "error-ssr.txt",
5+
"expected": "expected-ssr.html"
6+
}
37
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
instance.wired is not a function

packages/@lwc/engine-server/src/__tests__/fixtures/wire/errors/throws-when-colliding-prop-then-method/expected-ssr.html

Whitespace-only changes.

packages/@lwc/ssr-compiler/src/__tests__/utils/expected-failures.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// We should slowly drive down these test failures or at least document where we expect the failures
99
// TODO [#4815]: enable all SSR v2 tests
1010
export const expectedFailures = new Set([
11-
'wire/errors/throws-when-colliding-prop-then-method/config.json',
1211
'scope-token/config.json',
1312
'scope-token-extended/config.json',
1413
]);

0 commit comments

Comments
 (0)