(fixture: string)
| 36 | }; |
| 37 | |
| 38 | const gitBootstrap = (fixture: string) => git.bootstrap(fixture, __dirname); |
| 39 | const fixBootstrap = (fixture: string) => fix.bootstrap(fixture, __dirname); |
| 40 | |
| 41 | test("should fail when --cwd references a non-existent directory", async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…