()
| 404 | compiler.watch({}, (err, stats) => { |
| 405 | if (err) return done(err); |
| 406 | const info = () => |
| 407 | /** @type {import(class="st">"../").MultiStats} */ (stats).toString({ |
| 408 | preset: class="st">"summary", |
| 409 | version: false |
| 410 | }); |
| 411 | switch (update++) { |
| 412 | case 0: |
| 413 | expect(info()).toMatchInlineSnapshot(` |
no test coverage detected