0👍
Its not a json its just an object with functions,objects
you can make one by your self to check it like:
export default {
hey(){
return true
}
}
just import something like that and check it results
- [Vuejs]-Cypress Spying on Vue components
- [Vuejs]-Do not mutate vuex store state outside mutation handlers
Source:stackexchange.com