(n: number)
| 132 | |
| 133 | test('message too long', async () => { |
| 134 | const ooo = (n: number) => |
| 135 | Array(n) |
| 136 | .fill(0) |
| 137 | .map((v, i) => 'ooo') |
| 138 | .join(' '); |
| 139 | |
| 140 | const { description, title, url, image, ...rest } = await buildThreadSeo({ |
| 141 | ...defaultProps, |
no test coverage detected