From 86446c556e68879fa0182ebe6845b4aa65d9780e Mon Sep 17 00:00:00 2001 From: Alex Pshul Date: Tue, 28 Nov 2023 19:44:36 -0500 Subject: [PATCH] Remove unused code in func.spec.ts --- e2e/func-e2e/tests/func.spec.ts | 1 - 1 file changed, 1 deletion(-) 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', };