Skip to content

Commit

Permalink
tests: Fix cli integration test (#29525) (#29594)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ef2f80)
  • Loading branch information
ascorbic committed Feb 19, 2021
1 parent 2035475 commit d1f303a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/gatsby-cli/__tests__/new.js
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 d1f303a

Please sign in to comment.