[Vuejs]-Testing divs exist with Jasmine,Webpack and vue.js

0👍

The selector for an id of “success” is '#success'. Or you can use getElementById.

However, the output from your program indicates the component is not rendering at all.

Leave a comment