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 cloned repo, run npm install and npm run package, the I run npm test and what happened:
> jest
Using Jest CLI v0.5.10
FAIL components/__tests__/ReplEntryStatus-test.js (2.143s)
ReplEntryStatus
✕ it encountered a declaration exception
FAIL components/__tests__/ReplConsoleMessageFilters-test.js (2.265s)
ReplConsoleMessageFilters
✕ it encountered a declaration exception
FAIL components/__tests__/ReplOutputFunction-test.js (2.336s)
ReplOutputFunction
✕ it encountered a declaration exception
FAIL components/__tests__/ReplStatusBar-test.js (2.409s)
ReplStatusBar
✕ it encountered a declaration exception
FAIL components/__tests__/ReplEntryMessage-test.js
FAIL components/__tests__/ReplEntry-test.js (1.029s)
ReplEntry
✕ it encountered a declaration exception
FAIL components/__tests__/ReplEntryOutputError-test.js (0.937s)
ReplEntryOutputError
✕ it encountered a declaration exception
FAIL components/__tests__/ReplOutputArray-test.js (0.944s)
ReplOutputArray
✕ it encountered a declaration exception
FAIL components/__tests__/ReplEntryIcon-test.js (0.601s)
ReplEntryIcon
✕ it encountered a declaration exception
FAIL components/__tests__/ReplOutputObject-test.js (0.88s)
ReplOutputObject
✕ it encountered a declaration exception
FAIL components/__tests__/ReplPrompt-test.js (0.61s)
ReplPrompt
✕ it encountered a declaration exception
FAIL components/__tests__/ReplActiveIcon-test.js (0.581s)
ReplActiveIcon
✕ it encountered a declaration exception
FAIL components/__tests__/ReplConsole-test.js (1.16s)
ReplConsole
✕ it encountered a declaration exception
Running 1 test...
(and it's hanging on "running 1 test")
OS X 10.9.5
Used node version v4.4.0 (npm v2.14.20) but I tried some other versions too.
I suppose that problem could be related with: jestjs/jest#554
(although they write about npm3 but I used npm 2.14.20, like I wrote above, and it's not working)
@hex13 Yea. I should work on that area. It was working fine in version 1. I didn't write nor update the test cases. I'll spend time to fix and update here 😄
Hello,
I cloned repo, run
npm install
andnpm run package
, the I runnpm test
and what happened:(and it's hanging on "running 1 test")
OS X 10.9.5
Used node version v4.4.0 (npm v2.14.20) but I tried some other versions too.
I suppose that problem could be related with:
jestjs/jest#554
(although they write about npm3 but I used npm 2.14.20, like I wrote above, and it's not working)
I tried to debug via console.log when exactly is error and I learned that for example line
let ReplPrompt = require('../ReplPrompt.js');
in specs:
https://github.com/princejwesley/Mancy/blob/master/src/components/__tests__/ReplPrompt-test.js#L9
causes error:
The text was updated successfully, but these errors were encountered: