()
| 196 | Object.defineProperty(globalThis.crypto, 'subtle', { |
| 197 | configurable: true, |
| 198 | get() { |
| 199 | return undefined; |
| 200 | }, |
| 201 | }); |
| 202 | try { |
| 203 | const sig = await createSyncedFileSignature(makeSyncedFile()); |
nothing calls this directly
no outgoing calls
no test coverage detected