Skip to content

Commit 2e32364

Browse files
committed
fixup! fix yarn test failing on prettier
Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent 834d6cd commit 2e32364

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/cli/test/acceptance/app-run.acceptance.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ yarnTest('app-generator with Yarn (SLOW)', () => {
9292
.run(appGenerator)
9393
.inDir(appProps.outdir)
9494
// Mark it private to prevent accidental npm publication
95-
.withOptions({packageManager: 'yarn', private: true})
95+
.withOptions({
96+
applicationName: 'YarnApp',
97+
packageManager: 'yarn',
98+
private: true,
99+
})
96100
.withPrompts(appProps);
97101
});
98102

0 commit comments

Comments
 (0)