()
| 191 | } |
| 192 | |
| 193 | sync() { |
| 194 | // ensure file system is done before spawning |
| 195 | execSync('sync', { cwd: this.testDir! }); |
| 196 | } |
| 197 | |
| 198 | run( |
| 199 | promptOrOptions: string | { prompt?: string; stdin?: string }, |
no outgoing calls
no test coverage detected