This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Error when running npm test
in CircleCI
#1324
Comments
Same here, it's coming from an ES6 for of iterator. It looks like PhantomJS needs to be polyfilled, I didn't manage to make it work yet. |
Glad it's not just me! I've tried a few different versions of node without any luck. I've had to skip tests on build for now which is obviously not ideal... |
Try installing
The idea is to polyfill Symbol and array[Symbol.iterator] that for..of loops require |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an application built using this starter kit, which all works locally fine. However, when I run
npm test
as part of my build, I'm getting a strange error which seems to originate from PhantomJSThe text was updated successfully, but these errors were encountered: