iachat/app/javascript/shared/mixins
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
..
specs 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
alertMixin.js chore: Replace eventBus with mitt.js [CW-3275] (#9539) 2024-05-31 15:50:36 +05:30
campaignMixin.js feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
configMixin.js feat: add upgrade banner for SLA feature (#9240) 2024-04-16 16:59:39 -07:00
contentTypeMixin.js chore: Add an indicator for incoming emails (#1112) 2020-08-01 20:56:47 +05:30
filterMixin.js Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
globalConfigMixin.js feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
inboxMixin.js feat: add Google login flow and inbox creation (#9580) 2024-06-07 16:37:46 +05:30
keyboardEventListenerMixins.js fix: TypeError cannot set properties of undefined (setting 'keydownHandlerIndex') (#9327) 2024-04-30 15:20:05 +05:30
messageFormatterMixin.js feat: Updated the search result fly-out menu design (#8203) 2023-10-25 19:16:49 -07:00
rtlMixin.js chore: Adds the ability to automatically initialize the RTL direction (#6531) 2023-02-27 12:03:40 +05:30