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,
|
||||
style: 'css',
|
||||
packageManager,
|
||||
standaloneApi: false,
|
||||
routing: true,
|
||||
});
|
||||
|
||||
@ -60,6 +61,7 @@ describe('create-nx-workspace', () => {
|
||||
style: 'css',
|
||||
packageManager,
|
||||
standaloneApi: true,
|
||||
routing: true,
|
||||
});
|
||||
|
||||
checkFilesExist('package.json');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user