json-reporter
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/gemini-testing/json-reporter/compare/v0.1.0...v0.1.1) (2017-03-15) | ||
### Bug Fixes | ||
* not throw error when configure result if test parent is not defined ([f8180c6](https://github.com/gemini-testing/json-reporter/commit/f8180c6)) | ||
<a name="0.1.0"></a> | ||
@@ -7,0 +17,0 @@ # 0.1.0 (2017-03-01) |
@@ -7,3 +7,3 @@ 'use strict'; | ||
const getFilePath = (test) => test && test.file || getFilePath(test.parent); | ||
const getFilePath = (test) => test && (test.file || getFilePath(test.parent)); | ||
@@ -10,0 +10,0 @@ exports.configureTestResult = (result) => { |
{ | ||
"name": "json-reporter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Common plugin for gemini and hermione which is intended to aggregate the results of tests running", | ||
@@ -5,0 +5,0 @@ "main": "gemini.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13351
14
1