chore(server): use absolute import paths (#8080)
update server to use absolute import paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IKeyRepository } from '@app/domain';
|
||||
import { IKeyRepository } from 'src/domain/repositories/api-key.repository';
|
||||
|
||||
export const newKeyRepositoryMock = (): jest.Mocked<IKeyRepository> => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user