Closed marimendez88 closed 2 years ago
Thanks for the issue. I do not see anything in the error log that would indicate that this is an Ionic issue. The error appears to be coming from within your project code, not Ionic's code.
Are you able to provide a minimal reproduction that only uses Vue + Ionic without the Nx plugins?
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Thank you for using Ionic!
Prerequisites
Ionic Framework Version
Current Behavior
An NX - Ionic and Vue workspace fails to run tests, many solutions tested and any seems to fix the issue:
This is the error message:
AND:
Expected Behavior
Steps to Reproduce
npm install @nrwl/cypress@^13.0.0 @nrwl/jest@^13.0.0 @nrwl/linter@^13.0.0 --save-dev
npm install @nx-plus/vue --save-dev
nx g @nx-plus/vue:app sample-app
npm i @ionic/vue npm i @ionic/vue-router
nx g @nx-plus/vue:lib sample-lib
Code Reproduction URL
https://github.com/marimendez88/of-jest-issue
Ionic Info
Additional Information
Failure Logs
This is the error message:
Environment
Solutions tested:
Related Issues:
https://github.com/ionic-team/ionic-framework/issues/24026 https://github.com/nrwl/nx/issues/10100
Investigation made:
import { registerTsProject } from 'nx/src/utils/register';
always mark an error because is not recognizable.