chore(repo): fix e2e tests for interactive create prompts (#14926)

This commit is contained in:
Jason Jean 2023-02-10 17:48:46 -05:00 committed by GitHub
parent 2fbe1bdc98
commit d29878de28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');