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
[Vue warn]: Error in mounted hook: "TypeError: this._$element.froalaEditor is not a function"
The same setup (actual Vue instead of localVue) works fine outside the the test setup. I have tried using the Vue object rather than localVue but no luck. Also tried to remove window.jQuery = require('jquery'); but that creates other issues - also doesn't work.
Any way we can get this working with jest and vue-test-utils?
The text was updated successfully, but these errors were encountered:
I am trying to run a unite test on a component that uses the froala component. Here is my setup:
I keep getting this error:
The same setup (actual Vue instead of localVue) works fine outside the the test setup. I have tried using the
Vue
object rather thanlocalVue
but no luck. Also tried to removewindow.jQuery = require('jquery');
but that creates other issues - also doesn't work.Any way we can get this working with
jest
andvue-test-utils
?The text was updated successfully, but these errors were encountered: