barista-reporter
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -127,3 +127,2 @@ 'use strict'; | ||
runner.on('test end', test => { | ||
currentSuite.tests.push(sanitizeTest(test)); | ||
currentSuiteTests.push(sanitizeTest(test)); | ||
@@ -130,0 +129,0 @@ }); |
@@ -127,3 +127,2 @@ 'use strict'; | ||
runner.on('test end', test => { | ||
currentSuite.tests.push(sanitizeTest(test)); | ||
currentSuiteTests.push(sanitizeTest(test)); | ||
@@ -130,0 +129,0 @@ }); |
{ | ||
"name": "barista-reporter", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Mocha reporter for barista (also works with Cypress).", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -117,3 +117,2 @@ import mocha from 'mocha'; | ||
runner.on('test end', test => { | ||
currentSuite.tests.push(sanitizeTest(test)); | ||
currentSuiteTests.push(sanitizeTest(test)); | ||
@@ -120,0 +119,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
26461
591