Skip to content

Commit

Permalink
tests: Fix cli integration test (#29525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Feb 15, 2021
1 parent f221c33 commit 6ef2f80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/gatsby-cli/__tests__/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe(`gatsby new`, () => {
)
logs.should.contain(`success Created starter directory layout`)
logs.should.contain(`info Installing packages...`)
logs.should.contain(`success Saved lockfile.`)
logs.should.contain(
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
)
Expand All @@ -57,7 +56,6 @@ describe(`gatsby new`, () => {
)
logs.should.contain(`success Created starter directory layout`)
logs.should.contain(`info Installing packages...`)
logs.should.contain(`success Saved lockfile.`)
logs.should.contain(
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
)
Expand Down

0 comments on commit 6ef2f80

Please sign in to comment.