Giter Site home page Giter Site logo

vue-test-utils-vuex-example's Introduction

vue-test-utils-vuex-example

An example repo demonstrating how to mock Vuex in Vue unit tests

Build Setup

# install dependencies
npm install

# run unit tests
npm run unit

vue-test-utils-vuex-example's People

Contributors

cpxpratik avatar eddyerburgh avatar gkatsanos avatar kishorevaishnav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vue-test-utils-vuex-example's Issues

Testing components that use Vuex modules

I'm training to test my components that use Vuex modules by following the Module example.

However, when I run the tests, there are warnings like this one:

[vuex] module namespace not found in mapGetters(): 

An example test can be seen on NewQuickTask.spec.js

This is the code of the first getter that throws the above error: errors.js.

This is the module: store/modules/errors.js.

I'd like to check if you know what might cause these warnings. Thanks.

Add a test on App.vue

In order to see how to test parent component that are shallowed and without store...
Because I didn't succeed it

Testing components with namespaced Vuex

Components using namespaced modules need:
-to specify the namespace inside the component
-testing: provide the whole store namespaced on new Vuex.Store

This makes the component to be coupled with the store and the namespace.
When one needs to test an application with more than 50 nested modules, it's unmaintainable

Is the any way to inject to the component, as a prop or something, just the needed module of the store and keep the component module agnostic?

This would simplify a lot the tests and get rid of vuex warnings "module namespace not found..."

Hope I explained myself good enough,
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.