style: sort imports in telegram test to satisfy Biome check
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
import { afterEach, beforeEach, describe, expect, it, mock, spyOn } from 'bun:test';
|
import { afterEach, beforeEach, describe, expect, it, mock, spyOn } from 'bun:test';
|
||||||
import logger from '../src/utils/logger';
|
|
||||||
import { config } from '../src/env';
|
import { config } from '../src/env';
|
||||||
|
import logger from '../src/utils/logger';
|
||||||
|
|
||||||
// Mock Telegraf and fetch
|
// Mock Telegraf and fetch
|
||||||
mock.module('telegraf', () => {
|
mock.module('telegraf', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user