mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style: address packages lint errors
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user