style: address packages lint errors

This commit is contained in:
Kamil Myśliwiec
2024-11-26 10:38:31 +01:00
parent 236b633a76
commit 8829b8d1d7
71 changed files with 135 additions and 116 deletions

View File

@@ -48,7 +48,6 @@ describe('Auto-Mocking with token in factory', () => {
expect(fooServ.foo.called);
});
it('cannot mock the dependencies', async () => {
/* eslint-disable @typescript-eslint/unbound-method */
const moduleRef = Test.createTestingModule({
providers: [BarService],
}).useMocker(token => {