Open ty-labs opened 1 year ago
@rgorham We Spent 1+ hour with Rob trying to debug the ActivityFeed component issue (circular reference converting to JSON)... believe that the root cause is a problem with Node.js v14.+ and we can not upgrade. Therefore, it is likely an issue we will not be able to move forward with at the time.
this may be a task a future team needs to pick up and attempt. you would basically need to update the tests to get them to work for Angular components + write the tests
Conversation: As described in the recent PR for the feature/activity-feed branch, we were able to complete most testing; however, we had trouble getting the testing framework setup for the following scenarios:
ImStorageUrl
module is causing a problem when setting up the tests. We tried removing reference which causes tests to work but then client to fail to compile. Need help here @rgorham