Skip to content

Commit

Permalink
build(nx): update test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 8, 2024
1 parent 82e6536 commit d012654
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,15 @@
"outputs": ["{projectRoot}/coverage", "{projectRoot}/junit.xml"]
},
"test:run": {
"inputs": ["^test"]
"inputs": ["^test"],
"outputs": ["{projectRoot}/junit.xml"]
},
"test:update": {
"inputs": ["^test"],
"outputs": ["{projectRoot}/src/__tests__/__snapshots__"]
"outputs": [
"{projectRoot}/src/__tests__/__snapshots__",
"{projectRoot}/junit.xml"
]
}
},
"tasksRunnerOptions": {
Expand Down

0 comments on commit d012654

Please sign in to comment.