You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> jest
FAIL test/MessageToggle.spec.js
● MessageToggle.vue › toggles msg passed to Message when button is clicked
[vue-test-utils]: find did not return Component, cannot call props() on empty Wrapper
at throwError (node_modules/vue-test-utils/dist/vue-test-utils.js:11:9)
at Object.<anonymous> (test/MessageToggle.spec.js:11:29)
at new Promise (<anonymous>)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
PASS test/List.spec.js
PASS test/Message.spec.js
Test Suites: 1 failed, 2 passed, 3 total
Tests: 1 failed, 4 passed, 5 total
Snapshots: 1 passed, 1 total
Time: 1.002s
Ran all test suites.
The text was updated successfully, but these errors were encountered:
Version
1.0.0-beta.11
Reproduction link
https://codesandbox.io/s/3ypyovl7ym
Steps to reproduce
git clone https://github.com/vuejs/vue-test-utils-jest-example.git
npm install --save-dev [email protected]
(also occurs withbeta.11
)npm install
npm run test
What is expected?
All tests pass.
What is actually happening?
The text was updated successfully, but these errors were encountered: