unit test auto-provider refactor
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 21m2s
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 21m2s
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user