You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new about AVAJS and testing.
So forgive me about below question.
How can I implement the case of I have axios get function in my store INDEX in nuntServerInit.
I've try to mock this function
actions = {
nuxtServerInit: async () => true,
};
but it seems not working, still called axios.
SO what shall I do?
May I get any help here.
The text was updated successfully, but these errors were encountered:
I'm new about AVAJS and testing.
So forgive me about below question.
How can I implement the case of I have axios get function in my store INDEX in nuntServerInit.
I've try to mock this function
but it seems not working, still called axios.
SO what shall I do?
May I get any help here.
The text was updated successfully, but these errors were encountered: