From b8a5e5345c5548eef8a643a00d9a0138530daa17 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Mon, 22 Jan 2024 07:21:35 +0100 Subject: [PATCH] chore(crwa): Fix/format code comment --- packages/create-redwood-app/tests/e2e.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/create-redwood-app/tests/e2e.test.ts b/packages/create-redwood-app/tests/e2e.test.ts index 86dd9724fa48..b0343c02446e 100644 --- a/packages/create-redwood-app/tests/e2e.test.ts +++ b/packages/create-redwood-app/tests/e2e.test.ts @@ -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`