add get function name to source map classes test
This commit is contained in:
@@ -7,7 +7,7 @@ var Test = (function () {
|
||||
|
||||
babelHelpers.createClass(Test, [{
|
||||
key: "bar",
|
||||
get: function () {
|
||||
get: function get() {
|
||||
throw new Error("wow");
|
||||
}
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user