Skip to content

Commit

Permalink
Merge pull request #131 from palmerj3/updateDeps
Browse files Browse the repository at this point in the history
Remove testResultsProcessor warning and update dependencies
  • Loading branch information
palmerj3 committed Jun 22, 2020
2 parents 4e21bc3 + 45dad80 commit c93c197
Show file tree
Hide file tree
Showing 3 changed files with 1,647 additions and 1,162 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const xml = require('xml');
const mkdirp = require('mkdirp');
const fs = require('fs');
const path = require('path');
const jestValidate = require('jest-validate');

const buildJsonResults = require('./utils/buildJsonResults');
const getOptions = require('./utils/getOptions');
Expand Down Expand Up @@ -66,7 +65,6 @@ function JestJUnit (globalConfig, options) {
reporters: ['jest-junit']
}, null, 2);

jestValidate.logValidationWarning('testResultsProcessor support is deprecated. Please use jest reporter. See https://github.com/jest-community/jest-junit#usage', newConfig);
return processor(globalConfig);
}

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
"test:ci": "jest --ci"
},
"dependencies": {
"jest-validate": "^24.9.0",
"mkdirp": "^1.0.4",
"strip-ansi": "^5.2.0",
"uuid": "^3.3.3",
"xml": "^1.0.1"
},
"devDependencies": {
"jest": "^24.9.0",
"jest": "26.0.1",
"libxmljs": "^0.19.7"
}
}

0 comments on commit c93c197

Please sign in to comment.