Skip to content

Commit 56a39c7

Browse files
committed
test(wtr): disable browser logs for more readable output
1 parent 67f3548 commit 56a39c7

File tree

1 file changed

+1
-0
lines changed
  • packages/@lwc/integration-not-karma/configs

1 file changed

+1
-0
lines changed

packages/@lwc/integration-not-karma/configs/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default {
3030
// Potential workaround: https://github.com/modernweb-dev/web/issues/2588
3131
concurrency: 1,
3232
nodeResolve: true,
33+
browserLogs: false,
3334
rootDir: join(import.meta.dirname, '..'),
3435
plugins: [
3536
{

0 commit comments

Comments
 (0)