babel-eslint
Advanced tools
Comparing version 5.0.0-beta7 to 5.0.0-beta8
{ | ||
"name": "babel-eslint", | ||
"version": "5.0.0-beta7", | ||
"version": "5.0.0-beta8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -141,4 +141,3 @@ /*eslint-env mocha*/ | ||
// fix after updating to ESLint 1.0.0 | ||
it.skip("Arrow function with non-block bodies (issue #20)", function () { | ||
it("Arrow function with non-block bodies (issue #20)", function () { | ||
verifyAndAssertMessages( | ||
@@ -152,2 +151,11 @@ "\"use strict\"; () => 1", | ||
it("#242", function () { | ||
verifyAndAssertMessages( | ||
"\"use strict\"; asdf;", | ||
{ "no-irregular-whitespace": 1 }, | ||
[], | ||
{} | ||
); | ||
}); | ||
it("await keyword (issue #22)", function () { | ||
@@ -154,0 +162,0 @@ verifyAndAssertMessages( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71454
2215