packages/snapshot-tests/src/reporters/printers.js
Showing 1 of 1 total issue
Function printFiles
has a Cognitive Complexity of 17 (exceeds 10 allowed). Consider refactoring. Open
Open
function printFiles(fileStat, basePath) { let text = ''; for (const file of fileStat) { text += `### ${file.filepath}\n`; text += `<table>\n`;
- Read upRead up