add get function name to source map classes test

This commit is contained in:
Sebastian McKenzie
2015-05-08 15:25:50 +01:00
parent 5b793f8882
commit 8f52229a86

View File

@@ -7,7 +7,7 @@ var Test = (function () {
babelHelpers.createClass(Test, [{
key: "bar",
get: function () {
get: function get() {
throw new Error("wow");
}
}]);