(fixture: string)
| 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 () => { |
| 42 | const cwd = await gitBootstrap("fixtures/default"); |
no outgoing calls
no test coverage detected
searching dependent graphs…