forked from syntaxbullet/AuroraBot-discord
refactor: fix stale imports
This commit is contained in:
@@ -63,7 +63,7 @@ mock.module("@shared/db/DrizzleClient", () => {
|
||||
};
|
||||
});
|
||||
|
||||
mock.module("@/lib/config", () => ({
|
||||
mock.module("@shared/lib/config", () => ({
|
||||
config: {
|
||||
inventory: {
|
||||
maxStackSize: 100n,
|
||||
|
||||
Reference in New Issue
Block a user