Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
aquila committed May 11, 2022
1 parent 1125ebd commit 39accbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ testem.log
Thumbs.db

.angular

result.json
5 changes: 4 additions & 1 deletion apps/katapotter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@
"outputs": ["coverage/apps/katapotter"],
"options": {
"jestConfig": "apps/katapotter/jest.config.ts",
"passWithNoTests": true
"passWithNoTests": true,
"coverage": true,
"outputFile": "result.json",
"json": true
}
}
},
Expand Down

0 comments on commit 39accbb

Please sign in to comment.