You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@lwc/engine-server/src/__tests__/fixtures/wire/errors/throws-when-colliding-prop-then-method/.skip
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
/*
1
2
Skipping because this test fails when running in production mode (yarn test:production).
2
3
We don't _super_ care about this test because it's malformed input (prop and
3
4
method with same name), but it would be nice if we could figure out a proper
@@ -15,3 +16,4 @@ in packages/@lwc/engine-core/src/framework/def.ts.
15
16
prototype, and then overwrite it as a property inside the constructor.
16
17
5. a. In dev mode, this throws an error due to the frozen prototype.
17
18
b. In prod mode, this is allowed and the component renders.
0 commit comments