import fibonacci from '.'

// TODO:
it('Should return the fibonacci retracement prices', () => {
    expect(1).toBe(1)
})
