mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
circleci test reports
This commit is contained in:
@@ -14,4 +14,14 @@ module.exports = {
|
||||
},
|
||||
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
|
||||
testEnvironment: "jsdom",
|
||||
reporters: [
|
||||
"default",
|
||||
[
|
||||
"jest-junit",
|
||||
{
|
||||
outputDirectory: "frontend-reports",
|
||||
outputName: "frontend-report.xml",
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user