it('throws if key does not exist', () => {
      const flux = new Flux();
      class TestStore extends Store {}

      flux.createStore('ExampleStore', TestStore);