it("es7.objectRestSpread", () => { let original = { a: 1, b: 2 }; let copy = babelHelpers.objectWithoutProperties(original, []); });