(/** @type {string[]} */ paths)
| 617 | }; |
| 618 | |
| 619 | const onlyNonIgnored = (/** @type {string[]} */ paths) => |
| 620 | paths.filter((/** @type {string} */ p) => !ignored.includes(p)); |
| 621 | |
| 622 | it("keeps the snapshot valid when watchpack reports `{}` for context dirs", (done) => { |
| 623 | buildFsInfoWithSnapshot((err, fs, snapshot) => { |
no outgoing calls
no test coverage detected