unit test auto-provider refactor
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 21m2s

This commit is contained in:
2026-01-02 10:22:27 -08:00
parent 7066b937f6
commit 32dcf3b89e

View File

@@ -1,5 +1,5 @@
// src/providers/AuthProvider.test.tsx
import React, { useContext } from 'react';
import React, { useContext, useState } from 'react';
import { render, screen, waitFor, fireEvent, act } from '@testing-library/react';
import { describe, it, expect, vi, beforeEach, type Mocked } from 'vitest';
import { AuthProvider } from './AuthProvider';