Skip to content

Commit

Permalink
fixup! fix(pass-style): Make __getMethodNames__ non-enumerable
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Dec 9, 2023
1 parent 0665bbd commit aa9c140
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/pass-style/test/test-passStyleOf.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ test('passStyleOf testing remotables', t => {
class NonFarBaseClass9 {}
class Subclass9 extends NonFarBaseClass9 {}
t.throws(() => Far('FarType9', Subclass9.prototype), {
message:
'For now, remotables cannot inherit from anything unusual, in {}',
message: 'For now, remotables cannot inherit from anything unusual, in {}',
});

const unusualTagRecordProtoMessage =
Expand Down

0 comments on commit aa9c140

Please sign in to comment.