Skip to content

Commit

Permalink
"added ts-doc for this file "
Browse files Browse the repository at this point in the history
  • Loading branch information
PurnenduMIshra129th committed Dec 10, 2024
1 parent b2da284 commit c00f7b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/screens/UserPortal/UserScreen/UserScreen.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* This file contains unit tests for the UserScreen component.
*
* The tests cover:
* - Rendering of the correct title based on the location.
* - Functionality of the LeftDrawer component.
* - Behavior when the orgId is undefined.
*
* These tests use Vitest for test execution and MockedProvider for mocking GraphQL queries.
*/

import React from 'react';
import { render, screen, fireEvent } from '@testing-library/react';
import { describe, it, vi, beforeEach, expect } from 'vitest';
Expand Down

0 comments on commit c00f7b9

Please sign in to comment.