Quick-fix
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m2s

This commit is contained in:
2026-04-08 16:56:09 +02:00
parent 1ccf534e04
commit d7422efcf0
55 changed files with 176 additions and 176 deletions

View File

@@ -1,9 +1,9 @@
import {describe, expect, it} from "vitest";
import {DMService} from "../src/services/dmService";
import {ChatService} from "../src/services/chatService";
import {DatabaseMock} from "../src/mocks/storage/database";
import {DMService} from '../src/services/dmService.js';
import {ChatService} from '../src/services/chatService.js';
import {DatabaseMock} from '../src/mocks/storage/database.js';
import {faker} from "@faker-js/faker/locale/en";
import {TextChannelServiceService} from "../src/services/textChannelService";
import {TextChannelServiceService} from '../src/services/textChannelService.js';
describe("DmService Integration Testing", () => {
const TXT_CHAN_SERVICE_TESTING_CHANNEL_ID = "222222222222222222222222"