fix tests after updating babel
This commit is contained in:
parent
96a9af0a06
commit
c22414c1fd
@ -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"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user