Commit 6ef2f80 1 parent f221c33 commit 6ef2f80 Copy full SHA for 6ef2f80
File tree 1 file changed +0
-2
lines changed
integration-tests/gatsby-cli/__tests__
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ describe(`gatsby new`, () => {
36
36
)
37
37
logs . should . contain ( `success Created starter directory layout` )
38
38
logs . should . contain ( `info Installing packages...` )
39
- logs . should . contain ( `success Saved lockfile.` )
40
39
logs . should . contain (
41
40
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
42
41
)
@@ -57,7 +56,6 @@ describe(`gatsby new`, () => {
57
56
)
58
57
logs . should . contain ( `success Created starter directory layout` )
59
58
logs . should . contain ( `info Installing packages...` )
60
- logs . should . contain ( `success Saved lockfile.` )
61
59
logs . should . contain (
62
60
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
63
61
)
You can’t perform that action at this time.
0 commit comments