iachat/app/javascript/dashboard/routes/dashboard/helpcenter/components
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
..
ArticleSearch feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
Header feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
Layout feat: add composables for migration and update portal settings (#9299) 2024-04-30 10:13:50 +05:30
Sidebar fix: Update help center styles, fix routing issues (#9061) 2024-03-04 09:57:14 -08:00
stories feat: Creates components for Article Search in Reply [CW-2285] (#7957) 2023-10-16 15:02:02 +05:30
AddLocale.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
ArticleEditor.vue fix: Update help center styles, fix routing issues (#9061) 2024-03-04 09:57:14 -08:00
ArticleItem.vue fix: Update help center styles, fix routing issues (#9061) 2024-03-04 09:57:14 -08:00
ArticleTable.vue fix: Remove background color from table footer (#9213) 2024-04-09 15:29:05 +10:00
HelpCenterLayout.vue 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
PortalListItem.vue feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
PortalListItemTable.vue feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
PortalPopover.vue feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
PortalSettingsBasicForm.vue feat: add composables for migration and update portal settings (#9299) 2024-04-30 10:13:50 +05:30
PortalSettingsCustomizationForm.vue feat: add composables for migration and update portal settings (#9299) 2024-04-30 10:13:50 +05:30
PortalSwitch.vue feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
UpgradePage.vue feat: Upgrade prompt for help center (#8010) 2023-10-05 08:34:21 +05:30