Skip to content

Commit

Permalink
update test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 1, 2020
1 parent 1e115ae commit 1440d97
Showing 1 changed file with 4 additions and 4 deletions.
@@ -1,3 +1,7 @@
var _x = babelHelpers.classPrivateFieldLooseKey("x");

var _m = babelHelpers.classPrivateFieldLooseKey("m");

class Foo {
static getSelf() {
return Foo;
Expand Down Expand Up @@ -28,10 +32,6 @@ class Foo {

}

var _x = babelHelpers.classPrivateFieldLooseKey("x");

var _m = babelHelpers.classPrivateFieldLooseKey("m");

Object.defineProperty(Foo, _x, {
writable: true,
value: 1
Expand Down

0 comments on commit 1440d97

Please sign in to comment.