Skip to content
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

vue-test-utils 1.0.0-beta.11 setData Error #180

Closed
OneIsAll-L opened this issue May 29, 2018 · 1 comment
Closed

vue-test-utils 1.0.0-beta.11 setData Error #180

OneIsAll-L opened this issue May 29, 2018 · 1 comment

Comments

@OneIsAll-L
Copy link

First use, encountered setData problem.Ask everyone for help.
my code:
it('setData()方法', () => { const wrapper = mount(Counter) wrapper.setData({foo: 'bar'}) expect(wrapper.vm.foo).to.equal('bar') })
terminal:
setData()方法 Counter.vue AssertionError: expected undefined to equal 'bar' at Context.<anonymous> (webpack:///test/unit/specs/Counter.spec.js:81:30 <- index.js:12255:31)

@eddyerburgh
Copy link
Owner

Hey, this is the repo for avoriaz.

Try updating to @vue/test-utils beta.16:

npm i -D @vue/test-utils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants