feat: add list of users in home page#41
Conversation
d15b3e0 to
bb6e8f9
Compare
7c70270 to
5570f14
Compare
5570f14 to
8fb07a7
Compare
8fb07a7 to
ffe451b
Compare
301f2ea to
7bf0f8f
Compare
> @linid-im-front-community-plugins/source@0.0.1 test:ci /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins
> nx run-many -t test:ci
NX Running target test:ci for 2 projects:
- module-users
- catalog-ui
::group::✅ > nx run module-users:"test:ci"
> vitest run --coverage --reporter=dot --passWithNoTests
RUN v4.0.15 /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/module-users
Coverage enabled with v8
·····
Test Files 2 passed (2)
Tests 5 passed (5)
Start at 16:00:59
Duration 1.57s (transform 349ms, setup 0ms, import 845ms, tests 199ms, environment 985ms)
% Coverage report from v8
-------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-------------------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
src | 100 | 100 | 100 | 100 |
...-lifecycle.ts | 100 | 100 | 100 | 100 |
routes.ts | 0 | 0 | 0 | 0 |
src/components | 0 | 0 | 0 | 0 |
HelloWorld.vue | 0 | 0 | 0 | 0 |
src/i18n | 0 | 0 | 0 | 0 |
index.ts | 0 | 0 | 0 | 0 |
src/i18n/en-US | 0 | 0 | 0 | 0 |
index.ts | 0 | 0 | 0 | 0 |
src/i18n/fr-FR | 0 | 0 | 0 | 0 |
index.ts | 0 | 0 | 0 | 0 |
src/pages | 100 | 100 | 100 | 100 |
HomePage.vue | 100 | 100 | 100 | 100 |
-------------------|---------|----------|---------|---------|-------------------
::endgroup::
::group::✅ > nx run catalog-ui:"test:ci"
> vitest run --coverage --reporter=dot --passWithNoTests
RUN v4.0.15 /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/catalog-ui
Coverage enabled with v8
········
Test Files 2 passed (2)
Tests 8 passed (8)
Start at 16:00:59
Duration 2.02s (transform 782ms, setup 0ms, import 1.98s, tests 70ms, environment 1.04s)
% Coverage report from v8
-------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-------------------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
components | 100 | 100 | 100 | 100 |
...ationMenu.vue | 100 | 100 | 100 | 100 |
layouts | 100 | 100 | 100 | 100 |
BaseLayout.vue | 100 | 100 | 100 | 100 |
types | 0 | 0 | 0 | 0 |
common.ts | 0 | 0 | 0 | 0 |
...gationMenu.ts | 0 | 0 | 0 | 0 |
-------------------|---------|----------|---------|---------|-------------------
::endgroup::
NX Successfully ran target test:ci for 2 projects
|
|
📦 Dependencies Report 🔍 ./apps/module-usersUsing pnpm vue 3.5.25 → 3.5.26 Run npx npm-check-updates -u to upgrade package.json 🔍 ./apps/catalog-uiUsing pnpm vue 3.5.25 → 3.5.26 Run npx npm-check-updates -u to upgrade package.json 🔍 ./tools/moduleUsing pnpm @nx/devkit 22.2.1 → 22.3.3 Run npx npm-check-updates -u to upgrade package.json 🔍 .Using pnpm @eslint/js 9.39.1 → 9.39.2 Run npx npm-check-updates -u to upgrade package.json |
Closes #35