(opt, want, command, wantsError)
| 92 | 'B\n', 'console.log(await "B")'); |
| 93 | |
| 94 | function expectNoWorker(opt, want, command, wantsError) { |
| 95 | expect(opt, want, command, wantsError, false); |
| 96 | } |
| 97 | |
| 98 | function expect( |
| 99 | opt, want, command = 'console.log("B")', wantsError = false, testWorker = true |
no test coverage detected