cleanup(core): remove checking results.json in e2e tests (#7194)
This commit is contained in:
parent
2cd26c47d3
commit
f559980d33
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user