(id)
| 42 | return null; |
| 43 | }, |
| 44 | async load(id) { |
| 45 | if (id.includes('crypto')) { |
| 46 | return cryptoStub; |
| 47 | } |
| 48 | return null; |
| 49 | } |
| 50 | }; |
| 51 | } |
| 52 | // see below for details on the options |
nothing calls this directly
no outgoing calls
no test coverage detected