chatwoot/app/javascript/widget/helpers
Pranav 9de8c27368
Some checks are pending
Publish Chatwoot CE docker images / build (push) Waiting to run
Run Chatwoot CE spec / test (push) Waiting to run
Run Response Bot spec / test (push) Waiting to run
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
actionCable.js chore: Replace eventBus with mitt.js [CW-3275] (#9539) 2024-05-31 15:50:36 +05:30
axios.js chore: Enhance contact merge action for identified users (#4886) 2022-06-23 15:48:56 +05:30
campaignHelper.js feat: Allow wildcard URL in the campaigns (#6056) 2022-12-09 16:43:09 -08:00
campaignTimer.js fix: Disable triggering disabled ongoing campaigns (#3115) 2021-10-11 18:18:11 +05:30
constants.js feat: Add a popout option on webwidget (#1174) 2020-08-28 17:39:46 +05:30
IframeEventHelper.js feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
popoutHelper.js feat: Add an SDK method for opening conversation in popout window (#4232) 2022-03-28 13:31:51 +05:30
urlParamsHelper.js chore: Refactor urlParamsHelper.js (#5639) 2022-10-19 13:20:40 -07:00
utils.js chore: Refactor widget (#5621) 2022-10-14 09:13:11 +05:30
uuid.js Add an intermediate pending state for widget messages (#323) 2019-11-29 17:42:35 +05:30
WidgetAudioNotificationHelper.js chore: Refactor audio notification helper (#6148) 2022-12-30 13:54:37 -08:00