Upgrade Babel to v7.0.0-beta.52 (babel/babel-eslint#650)

* Upgrade Babel to v7.0.0-beta.52

* Fixed failing test
This commit is contained in:
Rubén Norte
2018-07-06 14:50:59 +01:00
parent 28c4507866
commit dcf55cb730
3 changed files with 52 additions and 51 deletions

View File

@@ -559,7 +559,8 @@ describe("verify", () => {
function f<T>(): T {}
f<T>();
`,
{ "no-unused-vars": 1, "no-undef": 1 }
{ "no-unused-vars": 1, "no-undef": 1 },
["2:3 'T' is not defined. no-undef"]
);
});