@rehearsal/reporter
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -18,2 +18,3 @@ import type { Report, ReportItem, Location, LintErrorLike, Run, Formatters } from './types.js'; | ||
lastRun: Run | undefined; | ||
duration: number; | ||
private uniqueFiles; | ||
@@ -20,0 +21,0 @@ private stemName; |
@@ -33,2 +33,3 @@ import { join, isAbsolute, relative } from 'node:path'; | ||
}; | ||
this.duration = 0; | ||
} | ||
@@ -35,0 +36,0 @@ getFileNames() { |
{ | ||
"name": "@rehearsal/reporter", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Rehearsal Reporter", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90184
650