iachat/app/javascript/sdk
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
bubbleHelpers.js fix: widget does not load when navigating on pages with view transition [CW-3249] (#9443) 2024-05-15 10:45:03 +05:30
constants.js feat: Add an option to use darkMode only in the widget (#7151) 2023-05-22 09:05:05 +05:30
cookieHelpers.js fix: Cookies.set does not stringify JSON (#8807) 2024-01-29 18:14:49 +05:30
DOMHelpers.js fix: widget does not load when navigating on pages with view transition [CW-3249] (#9443) 2024-05-15 10:45:03 +05:30
IFrameHelper.js feat: Adds the ability to disable the "new message notification" popup (#9594) 2024-06-11 08:14:58 +05:30
sdk.js fix: Widget iFrame is adding a white background (#9221) 2024-04-11 21:34:31 +05:30
settingsHelper.js feat: Support Dark mode for the widget (#4137) 2022-04-01 20:59:03 +05:30