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
html5-analytics-plugins $ jest
FAIL test/unit-tests/testAnalyticsFramework.js
TypeError: Cannot read property 'length' of undefined
at maybeReadMore_ (_stream_readable.js:457:18)
at /Users/gkindel/Dropbox/workspace/cxense/html5-analytics-plugins/node_modules/jest-cli/src/lib/FakeTimers.js:342:7
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
As of #374, Jest should work on latest io.js. It's currently in a separate branch, https://github.com/facebook/jest/tree/0.5.x, and can also be installed via npm facebook/jest#0.5.x. Later on we'll consider moving to io.js, and making this branch as master (and when Node 2.0 will fully be merged with io.js, it automatically work with node). If you use io.js, we'll be glad to get the feedback on the experience with 0.5.x
The text was updated successfully, but these errors were encountered:
html5-analytics-plugins $ npm -v
3.10.6
html5-analytics-plugins $ node -v
v6.2.0
Related:
jestjs/jest#340
facebook/react#4590
RisingStack/react-way-getting-started#14
Workaround via jestjs/jest#243 (comment)
The text was updated successfully, but these errors were encountered: