Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 3, 2023
1 parent 79e2a5a commit e5a9272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -10,6 +10,7 @@ class Foo {
};
this.Bar = (_class = class {
constructor() {
// should not replace
this.q = this.constructor;
} // should not replace
}, _class.p = void 0, _class.p1 = class {
Expand Down
Expand Up @@ -10,6 +10,7 @@ class Foo {
});
this.Bar = (_class = class {
constructor() {
// should not replace
babelHelpers.defineProperty(this, "q", this.constructor);
} // should not replace
}, babelHelpers.defineProperty(_class, "p", void 0), babelHelpers.defineProperty(_class, "p1", class {
Expand Down

0 comments on commit e5a9272

Please sign in to comment.