jest-allure2-adapter
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -5,2 +5,3 @@ "use strict"; | ||
const allure_js_commons_1 = require("allure-js-commons"); | ||
const dateNow = Date.now; | ||
const stripAnsi = require('strip-ansi'); | ||
@@ -11,3 +12,3 @@ function addZero(num, digits = 2) { | ||
exports.dateStr = (isFileName = false) => { | ||
const date = new Date(Date.now()); | ||
const date = new Date(dateNow()); | ||
return (date.getFullYear() + | ||
@@ -14,0 +15,0 @@ '-' + |
{ | ||
"name": "jest-allure2-adapter", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Allure 2 Adapter for jest", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index", |
@@ -295,2 +295,6 @@ # Jest-Allure-2 reporting plugin | ||
#### 0.3.9: | ||
- added start and stop time to startTest, endTest | ||
#### 0.3.8: | ||
@@ -297,0 +301,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
2951494
52010
373