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