Closed
Description
Version
2.6.8
Reproduction link
https://jsfiddle.net/chrisvfritz/50wL7mdz/
Steps to reproduce
It is throwing from the vue/dist/vue.js file of the latest version I am currently trying to isolate it, yet it seems connected with the new code added recently. Will add more steps ASAP if you still don't observe it.
- replicated with this repo - https://github.com/vuejs/vue-test-utils-mocha-webpack-example
- clone it
- npm i
- npm test - no error
- npm update vue
- npm test - ReferenceError: performance is not defined
Greetings,
Plamen
What is expected?
no error observed
What is actually happening?
an error is observed