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
Hello,
I try to setup tests with vue-jest. And there is the following error:
Object spread operator requires specified objectAssign option with 'Object.assign' or polyfill helper.
at Node.transpile (node_modules/vue-template-es2015-compiler/buble.js:12676:11)
Hello,
I try to setup tests with
vue-jest
. And there is the following error:In the webpack config there is a
buble
property (as explained here: https://github.com/vuejs/vue-loader/blob/master/docs/en/options.md#buble):Is there a way to pass the same option to Jest?
Thank you
The text was updated successfully, but these errors were encountered: