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, {
|
await applicationGenerator(appTree, {
|
||||||
e2eTestRunner: 'cypress',
|
e2eTestRunner: 'cypress',
|
||||||
linter: Linter.EsLint,
|
linter: Linter.EsLint,
|
||||||
skipFormat: false,
|
skipFormat: true,
|
||||||
style: 'css',
|
style: 'css',
|
||||||
unitTestRunner: 'none',
|
unitTestRunner: 'none',
|
||||||
name: libName,
|
name: libName,
|
||||||
|
|||||||
@ -242,7 +242,7 @@ export async function createTestUILib(
|
|||||||
await applicationGenerator(appTree, {
|
await applicationGenerator(appTree, {
|
||||||
e2eTestRunner: 'none',
|
e2eTestRunner: 'none',
|
||||||
linter: Linter.EsLint,
|
linter: Linter.EsLint,
|
||||||
skipFormat: false,
|
skipFormat: true,
|
||||||
style: 'css',
|
style: 'css',
|
||||||
unitTestRunner: 'none',
|
unitTestRunner: 'none',
|
||||||
name: `${libName}-e2e`,
|
name: `${libName}-e2e`,
|
||||||
|
|||||||
@ -61,7 +61,7 @@ export async function createTestUIApp(name: string): Promise<Tree> {
|
|||||||
await applicationGenerator(tree, {
|
await applicationGenerator(tree, {
|
||||||
e2eTestRunner: 'none',
|
e2eTestRunner: 'none',
|
||||||
linter: Linter.EsLint,
|
linter: Linter.EsLint,
|
||||||
skipFormat: false,
|
skipFormat: true,
|
||||||
style: 'css',
|
style: 'css',
|
||||||
unitTestRunner: 'none',
|
unitTestRunner: 'none',
|
||||||
name,
|
name,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user