### Version 1.0.0-beta.31 ### Reproduction link [https://github.com/aldarund/vue-test-utils-transition-bug/blob/master/components/watch.test.js](https://github.com/aldarund/vue-test-utils-transition-bug/blob/master/components/watch.test.js) https://github.com/aldarund/vue-test-utils-transition-bug/blob/master/components/watchtest.vue ### Steps to reproduce use watch with immediate as prop ### What is expected? both test run succesfully ### What is actually happening? setProps when there is watch with immediate in component dont do anything, it just dont set prop at all. <!-- generated by vue-issues. DO NOT REMOVE -->