This commit is contained in:
IDONTSUDO 2023-12-03 16:20:52 +03:00
parent f525a76f6e
commit 5ee95d66e9
40 changed files with 59 additions and 59 deletions

View file

@ -1,7 +1,7 @@
import mongoose from "mongoose";
import { delay } from "../../src/core/helper/delay";
import { Result } from "../../src/core/helper/result";
import { TypedEvent } from "../../src/core/helper/typed_event";
import { delay } from "../../src/core/helpers/delay";
import { Result } from "../../src/core/helpers/result";
import { TypedEvent } from "../../src/core/helpers/typed_event";
export const before = async () => {
await mongoose.connection.dropDatabase();