diff --git a/test/core/fixtures/transformation/source-maps/class/expected.js b/test/core/fixtures/transformation/source-maps/class/expected.js index 25517b3e99..c9b2c12183 100644 --- a/test/core/fixtures/transformation/source-maps/class/expected.js +++ b/test/core/fixtures/transformation/source-maps/class/expected.js @@ -7,7 +7,7 @@ var Test = (function () { babelHelpers.createClass(Test, [{ key: "bar", - get: function () { + get: function get() { throw new Error("wow"); } }]);