it('returns the created store instance', () => {
      class ExampleStore extends Store {}

      const flux = new Flux();
      const store = flux.createStore('ExampleStore', ExampleStore);