chore: update codegen config for enum naming convention (#9751)
Co-authored-by: etiennejouan <jouan.etienne@gmail.com>
This commit is contained in:
@ -16,7 +16,7 @@ jest.mock('@/auth/hooks/useAuth', () => ({
|
||||
|
||||
describe('useSignInWithGoogle', () => {
|
||||
const mockBillingCheckoutSession = {
|
||||
plan: BillingPlanKey.Pro,
|
||||
plan: BillingPlanKey.PRO,
|
||||
interval: SubscriptionInterval.Month,
|
||||
requirePaymentMethod: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user