I\'m trying to write unit tests for my controller in nestjs, here\'s the source of my controller:
import { Controller, Inject, Logger } from \'@nestjs/common\' im