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
Backend has seen a signficant refactor, so tests are also going to need a significant refactor as well. Time being the limiting factor here I haven't had a chance to get to the tests yet.
Once I have some free time I will get around to updating all the tests 👍
Describe the bug
Server side tests are failing because of the backend class migration broke the partial import syntax.
To Reproduce
Steps to reproduce the behavior:
Server/
withcd Server
npm install
npm test
scriptauthController.js
Expected behavior
Instead of failing with syntax error, fail because of an acceptable reason.
The text was updated successfully, but these errors were encountered: