Moved import under database comment.

This commit is contained in:
Refringe 2023-10-30 11:46:40 -04:00
parent f5c379e189
commit 1821607866
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -1,6 +1,5 @@
import "reflect-metadata";
import { container, DependencyContainer } from "tsyringe";
import path from "node:path";
// For the Vitest Custom Environment.
import type { Environment } from "vitest";
@ -13,6 +12,7 @@ import { DatabaseServer } from "@spt-aki/servers/DatabaseServer";
import { ImporterUtil } from "@spt-aki/utils/ImporterUtil";
// Required for creating a temporary test account/profile.
import path from "node:path";
import { SaveServer } from "@spt-aki/servers/SaveServer";
import { LauncherController } from "@spt-aki/controllers/LauncherController";
import { IRegisterData } from "@spt-aki/models/eft/launcher/IRegisterData";