update test fixture
This commit is contained in:
parent
1e115aed33
commit
1440d97d9c
@ -1,3 +1,7 @@
|
||||
var _x = babelHelpers.classPrivateFieldLooseKey("x");
|
||||
|
||||
var _m = babelHelpers.classPrivateFieldLooseKey("m");
|
||||
|
||||
class Foo {
|
||||
static getSelf() {
|
||||
return Foo;
|
||||
@ -28,10 +32,6 @@ class Foo {
|
||||
|
||||
}
|
||||
|
||||
var _x = babelHelpers.classPrivateFieldLooseKey("x");
|
||||
|
||||
var _m = babelHelpers.classPrivateFieldLooseKey("m");
|
||||
|
||||
Object.defineProperty(Foo, _x, {
|
||||
writable: true,
|
||||
value: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user