Skip to content

Commit

Permalink
chore(crwa): Fix/format code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 22, 2024
1 parent 74a9b0a commit b8a5e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/create-redwood-app/tests/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ describe('create-redwood-app', () => {
})

test('--yes, -y', async () => {
// Running `yarn install` in Jest test times out and the subsequent step,
// generating types, is also flakey since `yarn pack` seems to skip `.yarnrc.yml`
// which is necessary for configuring a proper install.
// Running `yarn install` in Jest test times out and the subsequent step,
// generating types, is also flakey since `yarn pack` seems to skip
// `.yarnrc.yml` which is necessary for configuring a proper install.
const p =
await $`yarn create-redwood-app ./redwood-app --no-yarn-install --yes`

Expand Down

0 comments on commit b8a5e53

Please sign in to comment.