bugfix: routes and missing dependency#30
Conversation
61c21bc to
56b6d0a
Compare
56b6d0a to
e559ffb
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 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
No test files found, exiting with code 0
include: tests/unit/**/*.{test,spec}.js
exclude: **/node_modules/**, **/.git/**
% Coverage report from v8
-----------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-----------------|---------|----------|---------|---------|-------------------
All files | 0 | 0 | 0 | 0 |
components | 0 | 0 | 0 | 0 |
HelloWorld.vue | 0 | 0 | 0 | 0 |
layouts | 0 | 0 | 0 | 0 |
BaseLayout.vue | 0 | 0 | 0 | 0 |
-----------------|---------|----------|---------|---------|-------------------
::endgroup::
::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
No test files found, exiting with code 0
include: tests/unit/**/*.{test,spec}.js
exclude: **/node_modules/**, **/.git/**
% Coverage report from v8
-------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-------------------|---------|----------|---------|---------|-------------------
All files | 0 | 100 | 0 | 0 |
src | 0 | 100 | 0 | 0 |
...-lifecycle.ts | 0 | 100 | 0 | 0 | 47
routes.ts | 0 | 0 | 0 | 0 |
src/components | 0 | 0 | 0 | 0 |
HelloWorld.vue | 0 | 0 | 0 | 0 |
src/pages | 0 | 0 | 0 | 0 |
HomePage.vue | 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 @module-federation/vite 1.9.3 → 1.9.4 Run npx npm-check-updates -u to upgrade package.json 🔍 ./tools/moduleUsing pnpm @nx/devkit 22.2.1 → 22.3.1 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 |
No description provided.