chore(react): skipFormat true when generating app in test (#15086)
This commit is contained in:
parent
7372d0bfed
commit
5c0a3f925f
@ -347,7 +347,7 @@ export async function createTestUIApp(
|
||||
await applicationGenerator(appTree, {
|
||||
e2eTestRunner: 'cypress',
|
||||
linter: Linter.EsLint,
|
||||
skipFormat: false,
|
||||
skipFormat: true,
|
||||
style: 'css',
|
||||
unitTestRunner: 'none',
|
||||
name: libName,
|
||||
|
||||
@ -242,7 +242,7 @@ export async function createTestUILib(
|
||||
await applicationGenerator(appTree, {
|
||||
e2eTestRunner: 'none',
|
||||
linter: Linter.EsLint,
|
||||
skipFormat: false,
|
||||
skipFormat: true,
|
||||
style: 'css',
|
||||
unitTestRunner: 'none',
|
||||
name: `${libName}-e2e`,
|
||||
|
||||
@ -61,7 +61,7 @@ export async function createTestUIApp(name: string): Promise<Tree> {
|
||||
await applicationGenerator(tree, {
|
||||
e2eTestRunner: 'none',
|
||||
linter: Linter.EsLint,
|
||||
skipFormat: false,
|
||||
skipFormat: true,
|
||||
style: 'css',
|
||||
unitTestRunner: 'none',
|
||||
name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user