We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90138a commit 8ddc1d8Copy full SHA for 8ddc1d8
apps/sim/app/api/chat/edit/[id]/route.test.ts
@@ -71,7 +71,7 @@ describe('Chat Edit API Route', () => {
71
}))
72
73
vi.doMock('@/lib/urls/utils', () => ({
74
- getBaseDomain: vi.fn().mockReturnValue('localhost:3000'),
+ getEmailDomain: vi.fn().mockReturnValue('localhost:3000'),
75
76
77
vi.doMock('@/lib/environment', () => ({
0 commit comments