-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
It seems like the tests are expecting an 'end' event on the output, it never happens. I have no idea why there is a assertion failure like if too much input was received.
Full test failure
Assertion Message: Got more output than expected proabably didn't quit
AssertionError: false == true
at Object.ok (/Users/johan/js-projects/task-list/typescript/node_modules/nodeunit/lib/types.js:83:39)
at PassThrough.<anonymous> (/Users/johan/js-projects/task-list/typescript/tests/application_test.js:33:28)
at emitNone (events.js:67:13)
at PassThrough.emit (events.js:166:7)
at emitReadable_ (_stream_readable.js:419:10)
at emitReadable (_stream_readable.js:413:7)
at onEofChunk (_stream_readable.js:398:3)
at readableAddChunk (_stream_readable.js:130:5)
at PassThrough.Readable.push (_stream_readable.js:111:10)
at PassThrough.Transform.push (_stream_transform.js:128:32)
at done (_stream_transform.js:191:17)
at PassThrough.<anonymous> (_stream_transform.js:122:7)
at PassThrough.g (events.js:260:16)
at emitNone (events.js:67:13)
at PassThrough.emit (events.js:166:7)
at prefinish (_stream_writable.js:471:12)
node v4.4.7
typescript 2.1.5
I tried a few combinations actually
Metadata
Metadata
Assignees
Labels
No labels