Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed May 17, 2024
1 parent 6be9607 commit f477be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/modernjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export async function test(options: RunOptions) {
cd('tests/e2e/builder')
await $`pnpm playwright install --with-deps chromium`
cd('../../../')
// Fix: Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
process.env.ELECTRON_ENABLE_LOGGING = 'false'
},
test: ['test:rspack'],
})
Expand Down

0 comments on commit f477be3

Please sign in to comment.