check-cucumber
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -0,1 +1,5 @@ | ||
# 0.5.2 | ||
* Fix analyzing empty feature files | ||
# 0.5.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "check-cucumber", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:testomatio/check-cucumber.git", |
@@ -30,2 +30,3 @@ const insertLine = require('insert-line'); | ||
for (const suite of features) { | ||
if (!suite.scenario) continue; | ||
if (!suite.scenario.length) continue; | ||
@@ -32,0 +33,0 @@ |
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
28368
565