From f559980d33a2b70f6904210c34ef934256d68ab3 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Fri, 1 Oct 2021 14:17:34 -0400 Subject: [PATCH] cleanup(core): remove checking results.json in e2e tests (#7194) --- e2e/workspace/src/workspace.test.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/e2e/workspace/src/workspace.test.ts b/e2e/workspace/src/workspace.test.ts index e0a3a42bf3..ca486d701d 100644 --- a/e2e/workspace/src/workspace.test.ts +++ b/e2e/workspace/src/workspace.test.ts @@ -296,13 +296,6 @@ describe('run-many', () => { expect(failedTests).toContain(`- ${myapp}`); expect(failedTests).toContain(`- ${myapp2}`); expect(failedTests).toContain(`Failed tasks:`); - expect(readJson('node_modules/.cache/nx/results.json')).toEqual({ - command: 'test', - results: { - [myapp]: false, - [myapp2]: true, - }, - }); // Fix failing Unit Test updateFile(