(r)
| 221 | test(`${version}: tree shaking is accounted for`, async (assert) => { |
| 222 | let results |
| 223 | const onAnalysis = (r) => { results = r.modules } |
| 224 | const plugins = [plugin({ onAnalysis, skipFormatted })] |
| 225 | const rollOpts = Object.assign({}, opts, { plugins }) |
| 226 | const bundle = await rollup(rollOpts) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…