Skip to content

motz-art/vue-test-utils-watcher-called-twice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-test-utils-bug

Repo to reproduce issue with watch handler called twice. See: .\tests\unit\example.spec.js

To show the issue run

npm run test:unit

after execution console output looks shows:

undefined
setting props
props are set.
good
undefined  

while expected:

undefined
setting props
props are set.
good

About

Minimal reproduction of watcher called twice issue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published