DEV Community

Discussion on: How to Setup Jest Testing In Nuxt Js Project

Collapse
 
slidenerd profile image
slidenerd

how to test getters actions and mutations of vuex using this approach?

Collapse
 
slidenerd profile image
slidenerd • Edited

i found this file github.com/bawa93/nuxtjs-vue-vueti... which has tests for getters, could you kindly add an example for actions and mutations. also where is your buildDir: '.nuxt-build-jest'?