jest-trx-results-processor
Version:
Jest results processor for exporting into TRX files for Visual Studio
19 lines (18 loc) • 409 B
JSON
{
"name": "jest-trx-results-processor-example",
"description": "Example for jest-trx-results-processor",
"author": "Dan Homola",
"user": "no23reason",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^19.0.0",
"jest-trx-results-processor": "~0.0.5"
},
"jest": {
"testResultsProcessor": "./scripts/jestTrxProcessor"
}
}