( project: ProjectGraphProjectNode, target: string, )
| 73 | } |
| 74 | |
| 75 | function hasNxTarget( |
| 76 | project: ProjectGraphProjectNode, |
| 77 | target: string, |
| 78 | ): boolean { |
| 79 | return project.data.targets != null && target in project.data.targets; |
| 80 | } |
| 81 | |
| 82 | export type VitestCoverageConfig = { |
| 83 | test: { |
no outgoing calls
no test coverage detected