(base = '')
| 215 | } |
| 216 | |
| 217 | export function listAssets(base = ''): string[] { |
| 218 | const assetsDir = path.join(testDir, 'dist', base, 'assets') |
| 219 | return fs.readdirSync(assetsDir) |
| 220 | } |
| 221 | |
| 222 | export function findAssetFile( |
| 223 | match: string | RegExp, |
no outgoing calls
no test coverage detected
searching dependent graphs…