()
| 15 | let project, projectPath, packageContents; |
| 16 | |
| 17 | function makeProject() { |
| 18 | let cli = new MockCLI(); |
| 19 | project = new Project(projectPath, packageContents, cli.ui, cli); |
| 20 | } |
| 21 | |
| 22 | beforeEach(function () { |
| 23 | packageContents = {}; |
no outgoing calls
no test coverage detected
searching dependent graphs…