diff --git a/src/main/resources/config/application.yml b/src/main/resources/config/application.yml index b7d2ae93f77..eac327a21a5 100644 --- a/src/main/resources/config/application.yml +++ b/src/main/resources/config/application.yml @@ -68,7 +68,6 @@ application: jhlite-hidden-resources: slugs: - svelte-core - - tikui jhlite-preset-file: name: preset.json diff --git a/src/test/webapp/unit/shared/alert/infrastructure/primary/WindowApplicationListener.spec.ts b/src/test/webapp/unit/shared/alert/infrastructure/primary/WindowApplicationListener.spec.ts index 0e9d44bff3b..e41af011d51 100644 --- a/src/test/webapp/unit/shared/alert/infrastructure/primary/WindowApplicationListener.spec.ts +++ b/src/test/webapp/unit/shared/alert/infrastructure/primary/WindowApplicationListener.spec.ts @@ -1,5 +1,5 @@ import { WindowApplicationListener } from '@/shared/alert/infrastructure/primary/WindowApplicationListener'; -import { describe, it, expect, vi } from 'vitest'; +import { describe, expect, it, vi } from 'vitest'; describe('WindowApplicationListener', () => { it('should add event listener on window', () => { diff --git a/tests-ci/generate.sh b/tests-ci/generate.sh index eac8b7ee0f8..bf3e521f706 100755 --- a/tests-ci/generate.sh +++ b/tests-ci/generate.sh @@ -182,6 +182,7 @@ elif [[ $application == 'fullapp' ]]; then "prettier" \ "typescript" \ "vue-core" \ + "tikui" \ "cypress-component-tests" \ "playwright-e2e" @@ -367,6 +368,7 @@ elif [[ $application == 'angularapp' ]]; then applyModules \ "prettier" \ "angular-core" \ + "tikui" \ "cypress-component-tests" cucumber_with_jwt @@ -405,6 +407,7 @@ elif [[ $application == 'reactapp' ]]; then "typescript" \ "react-core" \ "react-i18next" \ + "tikui" \ "cypress-component-tests" cucumber_with_jwt @@ -424,6 +427,7 @@ elif [[ $application == 'vuejwtapp' ]]; then "vue-i18next" \ "vue-pinia" \ "vue-jwt" \ + "tikui" \ "playwright-component-tests" \ "cypress-e2e" @@ -442,6 +446,7 @@ elif [[ $application == 'vueoauth2app' ]]; then "vue-i18next" \ "vue-pinia" \ "vue-oauth2-keycloak" \ + "tikui" \ "playwright-component-tests" \ "cypress-e2e"