Skip to content

Commit

Permalink
fix: clarify that we're waiting for HTTP 200 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Mar 17, 2020
1 parent 13ff909 commit 4b25692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/start.js
Expand Up @@ -12,7 +12,7 @@ debug('parsed args: %o', parsed)
const { start, test, url } = parsed

console.log('starting server using command "%s"', start)
console.log('and when url "%s" is responding', url)
console.log('and when url "%s" is responding with HTTP status code 200', url)
console.log('running tests using command "%s"', test)

startAndTest({ start, url, test }).catch(e => {
Expand Down

0 comments on commit 4b25692

Please sign in to comment.