Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 1, 2021
1 parent 7bc8ff8 commit 8c755f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
Expand Up @@ -33,9 +33,7 @@ var MyClass = /*#__PURE__*/function () {

babelHelpers.createClass(MyClass, [{
key: "whatever",
get: function () {}
}, {
key: "whatever",
get: function () {},
set: function (value) {}
}, {
key: _computed,
Expand All @@ -47,8 +45,8 @@ var MyClass = /*#__PURE__*/function () {
key: _ref2,
value: function () {}
}], [{
key: 10,
value: function () {}
key: "10",
value: function _() {}
}]);
return MyClass;
}();
Expand Down
Expand Up @@ -33,9 +33,7 @@ var MyClass = /*#__PURE__*/function () {

babelHelpers.createClass(MyClass, [{
key: "whatever",
get: function () {}
}, {
key: "whatever",
get: function () {},
set: function (value) {}
}, {
key: _computed,
Expand All @@ -47,8 +45,8 @@ var MyClass = /*#__PURE__*/function () {
key: _ref2,
value: function () {}
}], [{
key: 10,
value: function () {}
key: "10",
value: function _() {}
}]);
return MyClass;
}();
Expand Down

0 comments on commit 8c755f3

Please sign in to comment.