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
Hello. I´m using ember-local-storage for tests. On the after hook I put resetStorages(). The issue that I´m having is that the development store is reseted too. Is there a way to only reset the store used on test?
The text was updated successfully, but these errors were encountered:
I friend figure out a way. I use session adapter for tests and just clear sessionStorage! I also added ember-local-storage to the envirornment test, so it uses different storage for tests.
Hello. I´m using ember-local-storage for tests. On the after hook I put resetStorages(). The issue that I´m having is that the development store is reseted too. Is there a way to only reset the store used on test?
The text was updated successfully, but these errors were encountered: