You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added this library in my project where I worked with Angular. In local, everything works fine and the tests passed. However, when I run the tests in jenkins, it is displaying the next error:
I have configured how the readme.md said, so I don't understand why it is displaying this error.
In command.js, I have added:
In package.json:
My tsconfig.json:
I have tried to add an alias in my webpack.config.prod.js, but it is still failing.
Hi,
I have added this library in my project where I worked with Angular. In local, everything works fine and the tests passed. However, when I run the tests in
jenkins
, it is displaying the next error:I have configured how the
readme.md
said, so I don't understand why it is displaying this error.In
![imagen](https://user-images.githubusercontent.com/46462037/174812806-ee260128-aa8f-4974-87eb-62496a2e7fb6.png)
command.js
, I have added:In
![imagen](https://user-images.githubusercontent.com/46462037/174812924-d76079d7-3a9b-489b-a508-db715b9603a5.png)
package.json
:My
tsconfig.json
:I have tried to add an alias in my
webpack.config.prod.js
, but it is still failing.Can anyone help me, please?
Thank you in advance
The text was updated successfully, but these errors were encountered: