Add junit.xml to gitignore (#89)

This commit is contained in:
Ben Schumacher 2020-03-20 09:07:35 +01:00 committed by GitHub
parent 6eea8c4577
commit 5d32943c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

1
webapp/.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules
.npminstall
junit.xml

View file

@ -103,8 +103,5 @@
"<rootDir>/tests/setup.js"
],
"testURL": "http://localhost:8065"
},
"jest-junit": {
"output": "build/test-results.xml"
}
}