diff --git a/e2e/func-e2e/tests/func.spec.ts b/e2e/func-e2e/tests/func.spec.ts index 2ec1831..1667862 100644 --- a/e2e/func-e2e/tests/func.spec.ts +++ b/e2e/func-e2e/tests/func.spec.ts @@ -15,7 +15,6 @@ describe('Project initialization and build', () => { const nxConfig = readJson('nx.json'); nxConfig.workspaceLayout = { - projectNameAndRootFormat: 'derived', appsDir: 'apps', libsDir: 'libs', };