UNPKG

saas-subscription-helper

Version:

A helper package for integrating Stripe Payment Links with Supabase in SaaS applications.

11 lines (10 loc) 265 B
// Global test setup beforeAll(() => { // Silence console logs during tests unless explicitly testing them console.log = jest.fn(); console.error = jest.fn(); }); beforeEach(() => { // Clear all mocks before each test jest.clearAllMocks(); });