Fix bug + Generate test fixtures if no expected.js (#4858)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
({ a } = c);
|
||||
var _c = c;
|
||||
({ a } = _c);
|
||||
b = babelHelpers.objectWithoutProperties(_c, ["a"])
|
||||
b = babelHelpers.objectWithoutProperties(_c, ["a"]);
|
||||
_c;
|
||||
|
||||
Reference in New Issue
Block a user