Configure jest-junit report fixture

This commit is contained in:
Michal Dorner 2020-11-12 23:32:51 +01:00
parent 9f73adeaa4
commit 7bda3b9f6f
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"name": "node-jest",
"name": "jest-fixture",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,

View file

@ -16,6 +16,10 @@
"suiteName": "jest tests",
"outputDirectory": "../../__tests__/fixtures",
"outputName": "jest-junit.xml",
"uniqueOutputName": "false"
"ancestorSeparator": " ",
"uniqueOutputName": "false",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
}
}