Skip to content

Commit d6734d4

Browse files
committed
Update web-test-runner.config.mjs
1 parent cab2daa commit d6734d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web-test-runner.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ export default {
2020
files: ['./src/**/*.test.ts'],
2121
nodeResolve: { exportConditions: mode === 'dev' ? ['development'] : [], preferBuiltins: false, browser: false },
2222
browsers: [playwrightLauncher({ product: 'chromium' }), playwrightLauncher({ product: 'webkit' })],
23+
/* TODO: fix coverage report
2324
coverageConfig: {
24-
reporters: ['text-summary'],
25+
reporters: ['lcovonly', 'text-summary'],
2526
},
27+
*/
2628
plugins: [
2729
importMapsPlugin({
2830
inject: {

0 commit comments

Comments
 (0)