Closed jackyyzhang03 closed 5 months ago
Seems there are a few commits that have caused the unit tests to break. I'll list them and what I've been able to gather.
secure
option causes authentication issues with passport and chai during unit tests. Resolution: secure
should be true in non-test environments (i.e., secure: !Services.env.isTest()
Resolved through #926.
Currently some unit tests are failing, we should investigate and fix them as necessary.