Skip to content

Commit

Permalink
v 2.11.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarosVi committed Jun 30, 2023
1 parent dcbc2ba commit ecbd34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module.exports = {
]
},
server: {
// command: `PORT=${PORT} node app/start.js`,
command: `SET PORT=${PORT} && node app/start.js`, // WIN version
command: `PORT=${PORT} node app/start.js`,
// command: `SET PORT=${PORT} && node app/start.js`, // WIN version
launchTimeout: 30000, // Allow time for application to start
port: PORT
}
Expand Down

0 comments on commit ecbd34c

Please sign in to comment.