Though we have been using Vue.js for a while on a project at kloeckner.i, we hadn’t encountered a need to mock any plugins for all the components in our tests… until today.
I try to keep up with the latest JavaScript features but there are two common reasons why I have a…
At kloeckner.i, we decided to try out Vue.js on a new application. Over the last few months there have been several times I wondered if Higher Order Components would help me out when writing a feature. Today I really needed to use this pattern and learned one way to do it.