Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
framebassman committed May 5, 2024
1 parent 4315766 commit bf0ac9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Services/TicketStore.Web/Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "NODE_OPTIONS=--openssl-legacy-provider react-scripts test --env=jsdom --reporters=default --reporters=jest-junit",
"test": "NODE_OPTIONS=--openssl-legacy-provider react-scripts test --env=jsdom --watchAll=false --coverage",
"eject": "react-scripts eject",
"bundlesize": "bundlesize"
},
Expand All @@ -55,6 +55,7 @@
]
},
"jest-junit": {
"reporters": ["default", "jest-junit"],
"suiteName": "jest tests",
"outputDirectory": "reports",
"outputName": "junit.xml",
Expand Down

0 comments on commit bf0ac9a

Please sign in to comment.