Ganesha

Results 3 comments of Ganesha

> @reekoheek Did you find a solution to use `nyc` with `esbuild-runner`? Or any other setup to get the coverage with `esbuild`? No solution yet. For now I use `ts-node`...

Any luck from this? My `web-test-runner.config.js` is: ```js const { esbuildPlugin } = require('@web/dev-server-esbuild'); module.exports = { files: [ './src/**/*.test.ts', '!**/node_modules/**/*', ], nodeResolve: true, coverage: true, coverageConfig: { exclude: [...