Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Mar 1, 2021
1 parent ae993fc commit ce866fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/create-gatsby/src/__tests__/init-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@ describe(`init-starter`, () => {
)
expect(execa).toBeCalledWith(
`npm`,
[`install`, `--loglevel`, `error`, `--color`, `always`, `one-package`],
[
`install`,
`--loglevel`,
`error`,
`--color`,
`always`,
`--legacy-peer-deps`,
`one-package`,
],
{ stderr: `inherit` }
)
})
Expand Down

0 comments on commit ce866fa

Please sign in to comment.