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 fixed a bug which made delete crash when requested entities do not exist. Specifically I added a test to see if store.list returns any elements before heel is called.:
I was about to make a pull request, but then I noticed that the test script is expecting seneca.test.store.shared and I don't want to submit anything without running the tests first. Where does that come from and how should I add it? Are there other dependencies I need to fulfill?
The text was updated successfully, but these errors were encountered:
I fixed a bug which made delete crash when requested entities do not exist. Specifically I added a test to see if store.list returns any elements before heel is called.:
I was about to make a pull request, but then I noticed that the test script is expecting seneca.test.store.shared and I don't want to submit anything without running the tests first. Where does that come from and how should I add it? Are there other dependencies I need to fulfill?
The text was updated successfully, but these errors were encountered: