iachat/app/javascript/dashboard/routes/dashboard/conversation
Pranav 9de8c27368
feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722)
Due to the pattern `**/specs/*.spec.js` defined in CircleCI, none of the
frontend spec in the folders such as
`specs/<domain-name>/getters.spec.js` were not executed in Circle CI.

This PR fixes the issue, along with the following changes: 
- Use vitest instead of jest
- Remove jest dependancies
- Update tests to work with vitest

---------

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2024-07-10 08:32:16 -07:00
..
contact fix: Localize 'Social Profiles' text in ContactForm (#9745) 2024-07-09 22:16:45 -07:00
customAttributes feat: Adds helper text for custom fields in contact sidebars (#9317) 2024-04-29 17:32:44 +05:30
labels feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
Macros feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
search feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
ContactConversations.vue feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
ContactCustomAttributes.vue chore: Update self-closing tag eslint config (#4826) 2022-06-10 19:29:52 +05:30
ContactDetailsItem.vue feat: Dark Mode (#7471) 2023-07-21 22:10:25 +05:30
ContactPanel.vue feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30
conversation.routes.js feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
ConversationAction.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
ConversationInfo.vue fix: browser info (#9569) 2024-06-02 19:06:10 +05:30
ConversationParticipant.vue feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
ConversationView.vue fix: Custom snooze is not working in mobile view (#9717) 2024-07-04 13:13:03 +05:30