У меня есть метод с использованием lodash debounce:
nav: _.debounce(function() { this.$router.push({ path: '/home' }) })
Как я могу смоделировать debounce в методе nav и ожидать для router.push? Нравится:
expect(router).toHaveBeenCalledWith('/home')