Skip to content

Commit

Permalink
chore(e2e): remove prompt to start dev:e2e on test startup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcod1419 committed Jan 31, 2019
1 parent 4acde70 commit cf705f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ let counter = 0
const healthCheck = done => {
request(healthCheckUrl, (err, response, body) => {
if (!body && counter < 20) {
console.log(
`${counter}/20 waiting for the styleguide to start. \`npm run dev:e2e\` to start it now...`
)
console.log(`${counter}/20 waiting for the styleguide to start.`)
counter += 1

setTimeout(healthCheck, 3000, done)
Expand Down

0 comments on commit cf705f4

Please sign in to comment.