Tweaking test summary setup

This commit is contained in:
Jeff Avallone 2018-05-29 17:36:29 -04:00
parent 49e56aebd7
commit 589b1aa9e0
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
path: reports
- store_test_results:
path: reports/junit.xml
path: reports/test-results
- run:
name: Build site

View File

@ -81,7 +81,7 @@
"testResultsProcessor": "jest-junit"
},
"jest-junit": {
"output": "./reports/junit.xml",
"output": "./reports/test-results/jest/results.xml",
"suiteName": "Jest tests"
},
"eslintConfig": {