fix tests after updating babel

This commit is contained in:
Henry Zhu 2015-06-22 17:00:31 -04:00
parent 96a9af0a06
commit c22414c1fd

View File

@ -1084,7 +1084,7 @@ describe("verify", function () {
"get bar() { }",
"@classMethodDeclarationA(decoratorParameter)",
"@classMethodDeclarationA",
"set bar() { }",
"set bar(val) { val; }",
"}"
].join("\n"),
{ "no-unused-vars": 1 },
@ -1122,7 +1122,7 @@ describe("verify", function () {
"get bar() { },",
"@classMethodDeclarationA(decoratorParameter)",
"@classMethodDeclarationA",
"set bar() { }",
"set bar(val) { val; }",
"};",
"obj;"
].join("\n"),