fix(linter): fix broken unit test
This commit is contained in:
parent
319f7d0f26
commit
bb7af3b95d
@ -206,12 +206,14 @@ describe('Linter Builder', () => {
|
|||||||
linter: 'eslint',
|
linter: 'eslint',
|
||||||
outputFile: undefined,
|
outputFile: undefined,
|
||||||
silent: false,
|
silent: false,
|
||||||
|
quiet: false,
|
||||||
tsConfig: undefined,
|
tsConfig: undefined,
|
||||||
maxWarnings: -1,
|
maxWarnings: -1,
|
||||||
},
|
},
|
||||||
expect.any(Set)
|
expect.any(Set)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should throw if no reports generated', async () => {
|
it('should throw if no reports generated', async () => {
|
||||||
mockReports = [];
|
mockReports = [];
|
||||||
setupMocks();
|
setupMocks();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user