chore(repo): fix e2e tests for interactive create prompts (#14926)
This commit is contained in:
parent
2fbe1bdc98
commit
d29878de28
@ -26,6 +26,7 @@ describe('create-nx-workspace', () => {
|
|||||||
appName: wsName,
|
appName: wsName,
|
||||||
style: 'css',
|
style: 'css',
|
||||||
packageManager,
|
packageManager,
|
||||||
|
standaloneApi: false,
|
||||||
routing: true,
|
routing: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -60,6 +61,7 @@ describe('create-nx-workspace', () => {
|
|||||||
style: 'css',
|
style: 'css',
|
||||||
packageManager,
|
packageManager,
|
||||||
standaloneApi: true,
|
standaloneApi: true,
|
||||||
|
routing: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
checkFilesExist('package.json');
|
checkFilesExist('package.json');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user