Skip to content

Commit

Permalink
Enable tikui module
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnClin committed Oct 11, 2024
1 parent dda58ab commit 267d53e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ application:
jhlite-hidden-resources:
slugs:
- svelte-core
- tikui

jhlite-preset-file:
name: preset.json
Expand Down
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
5 changes: 5 additions & 0 deletions tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ elif [[ $application == 'fullapp' ]]; then
"prettier" \
"typescript" \
"vue-core" \
"tikui" \
"cypress-component-tests" \
"playwright-e2e"

Expand Down Expand Up @@ -367,6 +368,7 @@ elif [[ $application == 'angularapp' ]]; then
applyModules \
"prettier" \
"angular-core" \
"tikui" \
"cypress-component-tests"

cucumber_with_jwt
Expand Down Expand Up @@ -405,6 +407,7 @@ elif [[ $application == 'reactapp' ]]; then
"typescript" \
"react-core" \
"react-i18next" \
"tikui" \
"cypress-component-tests"

cucumber_with_jwt
Expand All @@ -424,6 +427,7 @@ elif [[ $application == 'vuejwtapp' ]]; then
"vue-i18next" \
"vue-pinia" \
"vue-jwt" \
"tikui" \
"playwright-component-tests" \
"cypress-e2e"

Expand All @@ -442,6 +446,7 @@ elif [[ $application == 'vueoauth2app' ]]; then
"vue-i18next" \
"vue-pinia" \
"vue-oauth2-keycloak" \
"tikui" \
"playwright-component-tests" \
"cypress-e2e"

Expand Down

0 comments on commit 267d53e

Please sign in to comment.