json-reporter
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -24,5 +24,5 @@ 'use strict'; | ||
hermione.on(hermione.events.ERROR, (err, data) => collector.addError(data)); | ||
hermione.on(hermione.events.ERROR, (err, data) => data && collector.addError(data)); | ||
hermione.on(hermione.events.RUNNER_END, () => collector.saveFile()); | ||
}; |
{ | ||
"name": "json-reporter", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Common plugin for gemini and hermione which is intended to aggregate the results of tests running", | ||
@@ -5,0 +5,0 @@ "main": "gemini.js", |
19961