File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
integration-tests/gatsby-cli/__tests__ Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments