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
ember-cli-code-coverage suggests using this.passthrough('/write-coverage'); when using ember-cli-mirage. With mirage-msw I'm using this.passthrough(`${location.origin}/write-coverage`); otherwise get an error. Should mirage-msw passthrough support relative URLs?