(...args: Array<string>)
| 6 | |
| 7 | describe("patchArgvForWrapCommands", () => { |
| 8 | const make = (...args: Array<string>) => ["node", "effect-app-cli", ...args] |
| 9 | |
| 10 | describe("joins wrap args into a single element", () => { |
| 11 | it("index-multi with tsc --build", () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…