Question: Currently, I am in the process of running JEST unit tests for my Vue.js application. The goal is to test the equality using .toEqual()
method on a variable that holds the value identified as [Function wrap]
. This particular variable is created through the use of axios.create()
. How can I go about mocking this specific value?