mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
fix(chrome-ext): failing tests from bad Playwright config
This commit is contained in:
parent
0dc6738905
commit
18129baa35
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export default defineConfig({
|
|||
},
|
||||
webServer: {
|
||||
command: 'pnpm http-server ./tests/pages/ -p 8081',
|
||||
url: 'http://localhost:8081',
|
||||
url: 'http://127.0.0.1:8081',
|
||||
stdout: 'ignore',
|
||||
stderr: 'pipe',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue