Fix bug + Generate test fixtures if no expected.js (#4858)

This commit is contained in:
Henry Zhu
2016-11-17 17:53:46 -05:00
committed by GitHub
parent efefe828f9
commit cd041541b8
9 changed files with 50 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
({ a } = c);
var _c = c;
({ a } = _c);
b = babelHelpers.objectWithoutProperties(_c, ["a"])
b = babelHelpers.objectWithoutProperties(_c, ["a"]);
_c;