(name: string)
| 24 | } |
| 25 | |
| 26 | export const getVfsFile = (name: string) => { |
| 27 | const nuxt = useTestContext().nuxt |
| 28 | const key = nuxt && Object.keys(nuxt.vfs).find(k => k.endsWith(name)) |
| 29 | return key && nuxt.vfs[key] |
| 30 | } |
no outgoing calls
no test coverage detected