test(pipeline-tasks): task consumer unit test.

This commit is contained in:
Ivan
2021-03-04 11:43:23 +08:00
parent 64ec1433a6
commit 33b09594f5
3 changed files with 51 additions and 2 deletions

View File

@ -9,5 +9,6 @@ import { ProjectsModule } from '../projects/projects.module';
@Module({
imports: [TypeOrmModule.forFeature([Project]), ConfigModule, ProjectsModule],
providers: [ReposResolver, ReposService],
exports: [ReposService],
})
export class ReposModule {}