Skip to content

Commit 4660078

Browse files
authored
fix(jest): specify host (#1108)
1 parent ae496f3 commit 4660078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest-puppeteer.config.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
server: {
33
command: "npm run start-server",
4+
host: "127.0.0.1",
45
port: 4444,
56
},
67
};

0 commit comments

Comments
 (0)