Skip to content

Commit de5874d

Browse files
committed
chore: make .skip valid JS
since we throw eslint at it
1 parent 0439256 commit de5874d

File tree

1 file changed

+2
-0
lines changed
  • packages/@lwc/engine-server/src/__tests__/fixtures/wire/errors/throws-when-colliding-prop-then-method

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*
12
Skipping because this test fails when running in production mode (yarn test:production).
23
We don't _super_ care about this test because it's malformed input (prop and
34
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.
1516
prototype, and then overwrite it as a property inside the constructor.
1617
5. a. In dev mode, this throws an error due to the frozen prototype.
1718
b. In prod mode, this is allowed and the component renders.
19+
*/

0 commit comments

Comments
 (0)