Skip to content

Commit cab2daa

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web-test-runner.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ 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+
coverageConfig: {
24+
reporters: ['text-summary'],
25+
},
2326
plugins: [
2427
importMapsPlugin({
2528
inject: {

0 commit comments

Comments
 (0)