Skip to content

Commit

Permalink
feat(mock): support for Jest mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Nov 16, 2018
1 parent 2b0d500 commit 45f0677
Show file tree
Hide file tree
Showing 45 changed files with 2,920 additions and 105 deletions.
6 changes: 5 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
]
}
},
"test-jest": {
"builder": "@angular-builders/jest:run",
"options": {}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
Expand Down Expand Up @@ -171,4 +175,4 @@
}
},
"defaultProject": "spectator-app"
}
}
Loading

0 comments on commit 45f0677

Please sign in to comment.