[Vuejs]-Learning JEST w Vue.js : error on forst example test

0👍

need to upgrade babel-jest

yarn upgrade babel-jest@23.4.0"

then test:uniy passed

 yarn run test:unit
 yarn run v1.9.2
 $ vue-cli-service test:unit
 PASS  tests/unit/HelloWorld.spec.js
   HelloWorld.vue
    ✓ renders props.msg when passed (30ms)

  Test Suites: 1 passed, 1 total
 Tests:       1 passed, 1 total
 Snapshots:   0 total
 Time:        7.349s
 Ran all test suites.

Leave a comment