Add junit.xml to gitignore (#89)
This commit is contained in:
parent
6eea8c4577
commit
5d32943c36
2 changed files with 1 additions and 3 deletions
1
webapp/.gitignore
vendored
1
webapp/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
node_modules
|
node_modules
|
||||||
.npminstall
|
.npminstall
|
||||||
|
junit.xml
|
||||||
|
|
|
@ -103,8 +103,5 @@
|
||||||
"<rootDir>/tests/setup.js"
|
"<rootDir>/tests/setup.js"
|
||||||
],
|
],
|
||||||
"testURL": "http://localhost:8065"
|
"testURL": "http://localhost:8065"
|
||||||
},
|
|
||||||
"jest-junit": {
|
|
||||||
"output": "build/test-results.xml"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue