We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fdbec0 + b8a5e53 commit ed74729Copy full SHA for ed74729
1 file changed
packages/create-redwood-app/tests/e2e.test.ts
@@ -54,9 +54,9 @@ describe('create-redwood-app', () => {
54
})
55
56
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.
+ // 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.
60
const p =
61
await $`yarn create-redwood-app ./redwood-app --no-yarn-install --yes`
62
0 commit comments