import {Flux} from './flux';

describe('Flux', () => {
  it('should create an instance', () => {
    expect(new Flux()).toBeTruthy();
  });
});