(/** @type {unknown} */ snapshot)
| 237 | ) => { |
| 238 | const fsInfo = createFsInfo(fs); |
| 239 | const details = (/** @type {unknown} */ snapshot) => `${ |
| 240 | /** @type {string[]} */ ( |
| 241 | /** @type {Record<string, unknown>} */ (fsInfo).logs |
| 242 | ).join("\n") |
| 243 | } |
| 244 | ${util.inspect(snapshot, false, Infinity, true)}`; |
| 245 | fsInfo.checkSnapshotValid( |
| 246 | /** @type {Snapshot} */ (snapshot), |
| 247 | (err, valid) => { |
no outgoing calls
no test coverage detected