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 am trying to use with with mocha tests and I am finding that there's no way to close the express server after my tests complete. This causes issues with other tests that try to bind to the same port and fail because jsonServer is still running.