-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Run unit test issue: when I run unit test, it shows: Cannot read property 'split' of undefined #9279
Comments
confirm. have same issue. can be reproduced when doing tests in loop. Occurs time to time. |
so, any news? |
@adin234 I created PR for that vuejs/vue#8281, but looks like nobody interested on it. Please vote for it, so it can be promoted into vuejs |
so do we need to use a different fork of vue for the tests to work? :( |
ideally, wait until they merge it... Unfortunately I can see just tones of PRs in a queue.. |
so no other choice than to use a fork then. thanks for your work, im using it now @industral :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
PR is merged so i think thin can be closed |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Element UI version
2.0.11
OS/Browsers version
MAC / chrome
Vue version
2.5.13
Reproduction Link
https://github.com/niboac/vue-element-test
Steps to reproduce
Clone this repro: https://github.com/niboac/vue-element-test, then run: npm install & npm run unit, test this project.
What is Expected?
Expect NO error.
when I remove the directive "v-loading", it has no error. so I think the bug is from v-loading.
What is actually happening?
It shows a error:
/Users/cb/GitHub/vue-element-test-issue/node_modules/vue/dist/vue.runtime.common.js:6903
var transitionDelays = styles[transitionProp 'Delay'].split(', ');
^
TypeError: Cannot read property 'split' of undefined
at getTransitionInfo (/Users/cb/GitHub/vue-element-test-issue/node_modules/vue/dist/vue.runtime.common.js:6903:58)
The text was updated successfully, but these errors were encountered: