jhachtel / AMIS3610-Group-Project

0 stars 0 forks source link

Angular tests failing #46

Closed jhachtel closed 5 years ago

jhachtel commented 5 years ago

Angular tests failing for reasons I cannot understand.

It says some things aren't there that are, in fact, there.

In the web directory run ng test.

Demerti commented 5 years ago

Whats the error you're getting? When i downloaded from master and made a separate branch to play with it I received this error after running the ng test issue9 0

This looked really similar to the issue I've been fighting with for the past two days so i used the same sqecific install that seemed to fix my issue on my fork, which was

npm install --save-dev @angular-devkit/build-angular

This resulted in this new error to come up though and I've been playing with it since. issue9 1

Demerti commented 5 years ago

Progress! So I went and deleted the node_modules folder and replaced it by copying over the node_modules from my working fork. It doesnt work exactly but its much closer than the same compiler-cli error issue9 2

Demerti commented 5 years ago

Let me know if the issue is the same as what I'm getting. Maybe after we merge with @AlexTetzloff 's fork and his angular work it'll work.

jhachtel commented 5 years ago

Yes, that was one of the errors I was getting.

jhachtel commented 5 years ago

Seems to be working for me right now.

Demerti commented 5 years ago

I'm not getting any errors beyond the service errors we were having yesterday. The failing tests discussed here have been resolved