We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae496f3 commit 4660078Copy full SHA for 4660078
jest-puppeteer.config.cjs
@@ -1,6 +1,7 @@
1
module.exports = {
2
server: {
3
command: "npm run start-server",
4
+ host: "127.0.0.1",
5
port: 4444,
6
},
7
};
0 commit comments