Skip to content

Commit 4456afe

Browse files
committed
Cleanup
1 parent 7237efa commit 4456afe

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/resolvers/billingNew.test.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ import { PlanDBScheme, WorkspaceDBScheme, UserDBScheme } from '@hawk.so/types';
44
import billingNewResolver from '../../src/resolvers/billingNew';
55
import { ResolverContextWithUser } from '../../src/types/graphql';
66

7-
// Мокаем telegram модуль
8-
// jest.mock('../../src/utils/telegram', () => ({
9-
// sendMessage: jest.fn().mockResolvedValue(undefined),
10-
// TelegramBotURLs: {
11-
// Base: 'base',
12-
// Money: 'money',
13-
// },
14-
// }));
15-
167
// Устанавливаем переменные окружения для теста
178
process.env.JWT_SECRET_BILLING_CHECKSUM = 'checksum_secret';
189
process.env.JWT_SECRET_ACCESS_TOKEN = 'belarus';

0 commit comments

Comments
 (0)