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 {
|
class Foo {
|
||||||
static getSelf() {
|
static getSelf() {
|
||||||
return Foo;
|
return Foo;
|
||||||
@ -28,10 +32,6 @@ class Foo {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var _x = babelHelpers.classPrivateFieldLooseKey("x");
|
|
||||||
|
|
||||||
var _m = babelHelpers.classPrivateFieldLooseKey("m");
|
|
||||||
|
|
||||||
Object.defineProperty(Foo, _x, {
|
Object.defineProperty(Foo, _x, {
|
||||||
writable: true,
|
writable: true,
|
||||||
value: 1
|
value: 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user