diff --git a/webapp/.gitignore b/webapp/.gitignore index 3c36a8f..e193ef9 100644 --- a/webapp/.gitignore +++ b/webapp/.gitignore @@ -1,2 +1,3 @@ node_modules .npminstall +junit.xml diff --git a/webapp/package.json b/webapp/package.json index e5ac6d2..5d80b15 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -103,8 +103,5 @@ "/tests/setup.js" ], "testURL": "http://localhost:8065" - }, - "jest-junit": { - "output": "build/test-results.xml" } }