We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035475 commit d1f303aCopy full SHA for d1f303a
integration-tests/gatsby-cli/__tests__/new.js
@@ -36,7 +36,6 @@ describe(`gatsby new`, () => {
36
)
37
logs.should.contain(`success Created starter directory layout`)
38
logs.should.contain(`info Installing packages...`)
39
- logs.should.contain(`success Saved lockfile.`)
40
logs.should.contain(
41
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
42
@@ -57,7 +56,6 @@ describe(`gatsby new`, () => {
57
56
58
59
60
61
62
63
0 commit comments