From 8f52229a868d278c930f5336e6be6373d9f3fa01 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 8 May 2015 15:25:50 +0100 Subject: [PATCH] add get function name to source map classes test --- test/core/fixtures/transformation/source-maps/class/expected.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }]);