cleanup(core): remove checking results.json in e2e tests (#7194)

This commit is contained in:
Jason Jean 2021-10-01 14:17:34 -04:00 committed by GitHub
parent 2cd26c47d3
commit f559980d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(