import flow from '../../src/examples/flow'; test('1 + 2 = 3', () => { expect(flow(1, 2)).toBe(3); });