(line: ScriptLine)
| 19 | private readonly extraEnvVars: Record<string, string> = {} |
| 20 | ) {} |
| 21 | then(line: ScriptLine): Script { |
| 22 | return new Script(this.config, [...this.lines, line]) |
| 23 | } |
| 24 | |
| 25 | takeSnapshot(shell: Pick<Shell, "name">): this { |
| 26 | const script = this.lines.join("\n") |
no outgoing calls
no test coverage detected