Skip to content

Commit

Permalink
wait-on more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Aug 21, 2024
1 parent 3aad85e commit 1e06347
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 134 deletions.
138 changes: 6 additions & 132 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha tests --timeout 10000",
"test:ci": "start-server-and-test start http://localhost:3000 'mocha tests --timeout 10000' --timeout 600000",
"test:ci": "npm start & wait-on http://localhost:3000 && mocha tests --timeout 10000",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand All @@ -50,7 +50,7 @@
"chai": "^5.1.1",
"mocha": "^10.7.3",
"puppeteer": "^23.1.1",
"start-server-and-test": "^2.0.5",
"wait-on": "^8.0.0",
"webpack-dev-server": "4.14.0"
}
}

0 comments on commit 1e06347

Please sign in to comment.