Skip to content

Commit

Permalink
feat: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhmenZH committed May 18, 2023
1 parent 2a634e3 commit 5040617
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
"test": {
"builder": "@nrwl/jest:jest",
"outputs": [
"coverage/libs/route-pages/ashes-page"
"coverage/libs/route-pages/blog-page"
],
"options": {
"jestConfig": "libs/route-pages/blog-page/jest.config.ts",
Expand All @@ -286,7 +286,10 @@
}
}
},
"tags": []
"tags": [],
"implicitDependencies": [
"common-docs"
]
},
"route-pages-blog-portfolio": {
"projectType": "library",
Expand Down

0 comments on commit 5040617

Please sign in to comment.