Skip to content

Commit 6ef2f80

Browse files
authored
tests: Fix cli integration test (#29525)
1 parent f221c33 commit 6ef2f80

File tree

1 file changed

+0
-2
lines changed
  • integration-tests/gatsby-cli/__tests__

1 file changed

+0
-2
lines changed

integration-tests/gatsby-cli/__tests__/new.js

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ describe(`gatsby new`, () => {
3636
)
3737
logs.should.contain(`success Created starter directory layout`)
3838
logs.should.contain(`info Installing packages...`)
39-
logs.should.contain(`success Saved lockfile.`)
4039
logs.should.contain(
4140
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
4241
)
@@ -57,7 +56,6 @@ describe(`gatsby new`, () => {
5756
)
5857
logs.should.contain(`success Created starter directory layout`)
5958
logs.should.contain(`info Installing packages...`)
60-
logs.should.contain(`success Saved lockfile.`)
6159
logs.should.contain(
6260
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
6361
)

0 commit comments

Comments
 (0)