It probably references the vuex store itself. According to this excerpt. You can try.
> The getStore method is a factory method that initializes Vuex and creates a new store. It is important that the store be initialized with each new test to ensure changes to the store don't affect other tests.