| 1 | // Coverage-only rollup config. Builds an istanbul-instrumented CJS bundle so the |
| 2 | // jsdom test run records line/branch coverage mapped to the original src/*.ts. |
| 3 | // |
| 4 | // Important: TypeScript stripping and istanbul instrumentation happen in a SINGLE |
nothing calls this directly
no test coverage detected