mavenlink / brainstem-js

Brainstem API adapter for Backbone complete with relational models
MIT License
20 stars 2 forks source link

Clear out storage manager #93

Open ghost opened 7 years ago

ghost commented 7 years ago

Since the storage manager is a singleton (which works really well in production), there tends to be pollution in testing environment.

It would be nice to have a easy way to either clear out the singleton or replace it with a new storage manager.

juanca commented 7 years ago

Yes. Things to clean up:

Or better yet, we can expose a non-singleton storage manager for testing purposes...