[Vuejs]-How to mock $el property in JEST vue-test-utils? 11 October 2023 by thecoderscamp.com 0👍 It can be also mocked like this: wrapper.vm.$el = { offsetWidth: 1200, offsetHeight: 1000 }; [Vuejs]-Mutate vuex state object outside of store Source:stackexchange.com