(slug: string)
| 81 | }; |
| 82 | |
| 83 | const fixturePath = (slug: string): string => |
| 84 | guestOs() === "windows" |
| 85 | ? `C:/Users/Administrator/apps-packed-fixture-${slug}` |
| 86 | : `/tmp/apps-packed-fixture-${slug}`; |
| 87 | |
| 88 | const windowsFixtureCommand = (path: string): string => ` |
| 89 | $ErrorActionPreference = 'Stop' |
no test coverage detected