| 1 | const { processKill, runWatch } = require("../../utils/test-utils"); |
| 2 | |
| 3 | describe("--watch-options-stdin", () => { |
| 4 | it('should stop the process when stdin ends using "--watch" and "--watch-options-stdin" options', async () => { |
nothing calls this directly
no test coverage detected