Skip to content

Commit 1519af7

Browse files
committed
more mocks
1 parent bc24734 commit 1519af7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/sim/lib/billing/organization.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ const {
1616

1717
vi.mock('@sim/db', () => dbChainMock)
1818

19-
vi.mock('@/lib/billing', () => ({
20-
hasPaidSubscription: vi.fn(),
21-
}))
22-
2319
vi.mock('@/lib/billing/core/billing', () => ({
2420
getPlanPricing: vi.fn(),
2521
}))

0 commit comments

Comments
 (0)