(fixture)
| 27 | } |
| 28 | |
| 29 | const fixBootstrap = (fixture) => fix.bootstrap(fixture, __dirname); |
| 30 | |
| 31 | test("should reprint input from stdin", async () => { |
| 32 | const cwd = await fixBootstrap("fixtures/default"); |
no outgoing calls
no test coverage detected
searching dependent graphs…