Skip to content

Commit ed74729

Browse files
authored
Merge branch 'main' into feat/dbauth-fetch-handler
2 parents 8fdbec0 + b8a5e53 commit ed74729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/create-redwood-app/tests/e2e.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ describe('create-redwood-app', () => {
5454
})
5555

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

0 commit comments

Comments
 (0)