Skip to content

Commit

Permalink
Added ts-doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyanotfound committed Nov 30, 2024
1 parent 233ca85 commit fec6c58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/AddOn/core/AddOnEntry/AddOnEntry.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Unit tests for the AddOnEntry component.
*
* This file contains tests for the AddOnEntry component to ensure it behaves as expected
* under various scenarios.
*/
import React from 'react';
import { render, screen } from '@testing-library/react';
import '@testing-library/jest-dom';
Expand Down

0 comments on commit fec6c58

Please sign in to comment.