qase-javascript-commons 2.4.2 → 2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ # qase-javascript-commons@2.4.3
2
+
3
+ ## What's new
4
+
5
+ Fixed an issue with the `report` mode not sending results.
6
+
1
7
  # qase-javascript-commons@2.4.2
2
8
 
3
9
  ## What's new
@@ -80,7 +80,6 @@ class ReportReporter extends abstract_reporter_1.AbstractReporter {
80
80
  }
81
81
  }
82
82
  async complete() {
83
- this.writer.clearPreviousResults();
84
83
  const report = {
85
84
  title: 'Test report',
86
85
  execution: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qase-javascript-commons",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "Qase JS Reporters",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",