(modulePath: string)
| 10 | import Resolver from 'jest-resolve'; |
| 11 | |
| 12 | export const isWasm = (modulePath: string): boolean => |
| 13 | modulePath.endsWith('.wasm'); |
| 14 | |
| 15 | export class Resolution { |
| 16 | private readonly resolver: Resolver; |
no outgoing calls
no test coverage detected