Ember Testing

Run using this URL, http://localhost:4200/tests

To use MSW mocks for development, set the loginRoute to login-pass:

// front/config/environment.js
if (environment === 'development') {
  ENV.APP.loginRoute = 'login-pass'