`data:image/png;base64,${file}` : undefined; } catch (e) { // eslint-disable-next-line no-console console.error(`could not read file ${filePath}`, e); return undefined; } }; 6 changes: 3 additions & 3 deletions 6 packages/allure-js-commons/test/sdk/reporter/utils.spec.ts ...