chatwoot/app/javascript/widget/store/modules
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
..
conversation fix: Replace the bus events with emitter in widget (#9584) 2024-06-03 16:36:15 +05:30
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
agent.js Adds unread message bubbles for widget (#943) 2020-07-08 00:04:44 +05:30
appConfig.js feat: Adds the ability to disable the "new message notification" popup (#9594) 2024-06-11 08:14:58 +05:30
articles.js Revert "feat: Show popular articles on widget home" (#7706) 2023-08-10 22:27:51 -07:00
campaign.js chore: Add custom attributes in campaign.triggered event (#4463) 2022-04-20 10:49:52 +05:30
contacts.js chore: Enhance contact merge action for identified users (#4886) 2022-06-23 15:48:56 +05:30
conversationAttributes.js feat: Add ability to create a new conversation if the previous conversation is resolved (#2512) 2021-06-30 21:09:44 +05:30
conversationLabels.js chore: Refactor widget (#5621) 2022-10-14 09:13:11 +05:30
events.js feat: Use vue-router on widget route management (#3415) 2022-01-12 16:25:27 +05:30
message.js fix: Prevents duplicate action trigger on interactive messages (#6448) 2023-02-14 11:57:22 -08:00