Troplo

Results 7 comments of Troplo

please, I am unable to live without this project

What's the `expect(spy).toBeCalledWith('https://photon.komoot.io/api/?q=Toulouse')` actually for? I know it's meant to test the mock of axios, but the input validation tests still pass without it since the input items still has...

Nevermind I think I figured it out, this appears to work? ```js await wrapper.setData({ search: 'Toulouse' }); await wrapper.vm.$nextTick(); expect(wrapper.vm.axios.get).toBeCalledWith('https://photon.komoot.io/api/?q=Toulouse'); await wrapper.vm.$nextTick(); expect(wrapper.exists('#search-input'));

Made an issue #3419 describing the performance issues.