(claim)
| 8 | const tmpDirParent = `${tmpdir()}/darkreader-integrity`; |
| 9 | |
| 10 | function assert(claim) { |
| 11 | if (!claim) { |
| 12 | throw new Error('Assertion failed'); |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | async function firefoxFetchAllReleases() { |
| 17 | try { |
no outgoing calls
no test coverage detected