Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Feb 28, 2024
1 parent 91a88f5 commit 72c6585
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions libs/common/src/rmq/rmq.module.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ import { Test, TestingModule } from '@nestjs/testing';
import { ConfigModule } from '@nestjs/config';
import { RmqService } from './rmq.service';
import { RmqModule } from './rmq.module';
// import { rmqConfig } from '../config/rmq.config';
// import { schemaConfig } from '../config/schema.config';
// import { telegramConfig } from '../config/telegram.config';

// const mockConfig = {
// RMQ_HOST: 'mock_rmq_host',
// RMQ_USER: 'mock_rmq_user',
// RMQ_PASS: 'mock_rmq_pass',
// TELEGRAM_TOKEN: 'mock_telegram_token',
// MONGO_HOST: 'mock_mongo_host',
// MONGO_USER: 'mock_mongo_user',
// MONGO_PASS: 'mock_mongo_pass',
// };

describe('RmqModule', () => {
let service: RmqService;
Expand Down

0 comments on commit 72c6585

Please sign in to comment.