ui_migration node(pack) add test:unit command

This commit is contained in:
Antonio Anaya 2026-05-14 22:56:16 -06:00
parent e803d60013
commit d75051df4a
8 changed files with 72 additions and 22 deletions

View file

@ -158,6 +158,14 @@ eslint:
script:
- npm run lint
- npm run lint:style
# The test run if only
- npm run test:unit
artifacts:
name: "vitest-coverage-$CI_COMMIT_REF_SLUG"
when: always
expire_in: 1 week
paths:
- coverage/
# Build JS app
build: