(items, testDirectory)
| 84 | * @returns {EXPECTED_ANY[]} normalized items for snapshot comparison |
| 85 | */ |
| 86 | const normalizeForSnapshot = (items, testDirectory) => |
| 87 | items.map((item) => normalizeString(item.message, testDirectory) || class="st">""); |
| 88 | |
| 89 | /** |
| 90 | * @param {EXPECTED_ANY} expected expected value or RegExp or array |
no test coverage detected