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 27, 2024
1 parent 70f60e4 commit bb70edb
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
/**
* Unit tests for the Action component.
*
* This file contains tests for the Action component to ensure it behaves as expected
* under various scenarios.
*/
import React from 'react';
import { render } from '@testing-library/react';
import { Provider } from 'react-redux';
import { describe, test, expect } from 'vitest'; // Import from Vitest
import { describe, test, expect } from 'vitest';

import { store } from 'state/store';
import Action from './Action';
Expand Down

0 comments on commit bb70edb

Please sign in to comment.