realreality / reality-plugin

Real reality chrome plugin
Apache License 2.0
8 stars 2 forks source link

npm test doesn't work with node 7+ #62

Closed michalbcz closed 7 years ago

michalbcz commented 7 years ago

if you use node 7+ npm/yarn test doesn't work properly - Popup.spec.js tests fail

michalbcz commented 7 years ago

@vire what do you think? where is the problem?

vire commented 7 years ago

do you have a log/screenshot pls?

vire commented 7 years ago

Might be related to https://github.com/vuejs/vue/issues/4304

vire commented 7 years ago

thes work with

"node": "v7.2.0"

"vue": "2.1.4",
"jest-vue-preprocessor": "^0.1.1",
"vue-template-compiler": "2.1.4",
vire commented 7 years ago

Fixed in #63

michalbcz commented 7 years ago

@vire nice work, thanks :)