(d)
| 343 | describe('evolver-session-start non-git notice', () => { |
| 344 | const { execFileSync: x } = require('child_process'); |
| 345 | const gitInit = (d) => x('git', ['init', '-q'], { cwd: d }); |
| 346 | |
| 347 | it('surfaces a notice in a non-git folder (first time)', () => { |
| 348 | const home = makeTmpDir(); const proj = makeTmpDir(); |
no outgoing calls
no test coverage detected