jest-junit
Advanced tools
Comparing version 11.0.0 to 11.0.1
@@ -7,3 +7,2 @@ 'use strict'; | ||
const path = require('path'); | ||
const jestValidate = require('jest-validate'); | ||
@@ -70,3 +69,2 @@ const buildJsonResults = require('./utils/buildJsonResults'); | ||
jestValidate.logValidationWarning('testResultsProcessor support is deprecated. Please use jest reporter. See https://github.com/jest-community/jest-junit#usage', newConfig); | ||
return processor(globalConfig); | ||
@@ -73,0 +71,0 @@ } |
{ | ||
"name": "jest-junit", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"description": "A jest reporter that generates junit xml files", | ||
@@ -23,3 +23,2 @@ "main": "index.js", | ||
"dependencies": { | ||
"jest-validate": "^24.9.0", | ||
"mkdirp": "^1.0.4", | ||
@@ -31,5 +30,5 @@ "strip-ansi": "^5.2.0", | ||
"devDependencies": { | ||
"jest": "^24.9.0", | ||
"jest": "26.0.1", | ||
"libxmljs": "^0.19.7" | ||
} | ||
} |
@@ -88,3 +88,3 @@ [![Build Status](https://travis-ci.org/jest-community/jest-junit.svg?branch=master)](https://travis-ci.org/jest-community/jest-junit) | ||
"outputName": "junit.xml", | ||
"uniqueOutputName": "false" | ||
"uniqueOutputName": "false", | ||
"classNameTemplate": "{classname}-{title}", | ||
@@ -91,0 +91,0 @@ "titleTemplate": "{classname}-{title}", |
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
4
33240
345
- Removedjest-validate@^24.9.0
- Removed@jest/types@24.9.0(transitive)
- Removed@types/istanbul-lib-coverage@2.0.6(transitive)
- Removed@types/istanbul-lib-report@3.0.3(transitive)
- Removed@types/istanbul-reports@1.1.2(transitive)
- Removed@types/yargs@13.0.12(transitive)
- Removed@types/yargs-parser@21.0.3(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedjest-get-type@24.9.0(transitive)
- Removedjest-validate@24.9.0(transitive)
- Removedleven@3.1.0(transitive)
- Removedpretty-format@24.9.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedsupports-color@5.5.0(transitive)