fix tests after updating babel
This commit is contained in:
parent
96a9af0a06
commit
c22414c1fd
@ -1084,7 +1084,7 @@ describe("verify", function () {
|
|||||||
"get bar() { }",
|
"get bar() { }",
|
||||||
"@classMethodDeclarationA(decoratorParameter)",
|
"@classMethodDeclarationA(decoratorParameter)",
|
||||||
"@classMethodDeclarationA",
|
"@classMethodDeclarationA",
|
||||||
"set bar() { }",
|
"set bar(val) { val; }",
|
||||||
"}"
|
"}"
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
{ "no-unused-vars": 1 },
|
{ "no-unused-vars": 1 },
|
||||||
@ -1122,7 +1122,7 @@ describe("verify", function () {
|
|||||||
"get bar() { },",
|
"get bar() { },",
|
||||||
"@classMethodDeclarationA(decoratorParameter)",
|
"@classMethodDeclarationA(decoratorParameter)",
|
||||||
"@classMethodDeclarationA",
|
"@classMethodDeclarationA",
|
||||||
"set bar() { }",
|
"set bar(val) { val; }",
|
||||||
"};",
|
"};",
|
||||||
"obj;"
|
"obj;"
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user