beforeEach(() => {
      component = mount(
        <Options.Provider value={{ url: 'test.json' }}>
          <Picker />
        </Options.Provider>