We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79befdf commit aba68baCopy full SHA for aba68ba
apps/sim/executor/handlers/agent/agent-handler.test.ts
@@ -18,6 +18,7 @@ vi.mock('@/lib/core/config/feature-flags', () => ({
18
getCostMultiplier: vi.fn().mockReturnValue(1),
19
isEmailVerificationEnabled: false,
20
isBillingEnabled: false,
21
+ isOrganizationsEnabled: false,
22
}))
23
24
vi.mock('@/providers/utils', () => ({
0 commit comments