TeamShiksha / logoexecutive

Logo Executive is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
https://logoexecutive.vercel.app/
21 stars 13 forks source link

Migrating Jest to Vitest #346

Open anandbaraik opened 1 month ago

anandbaraik commented 1 month ago

What is this issue related to?

Enhancement

Description

Considering vitest testing framework's performance and modern development features, a decision has been made to migrate our test code for react component from jest to vitest.

Expected Behavior

Client side(UI) test should be written using vitest testing library instead of jest testing framework.

Current Behavior

All the client side(UI) test code is written using jest testing framework.

Additional Information (optional)

Confirmation Checklist

anandbaraik commented 1 month ago

@MukulGupta005 & I are assigned for this task.