-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
I jumped in to fix the problem i stated in montagejs/collections#132, but even with [email protected] the tests fail:
$ npm test
> [email protected] test /Users/user/gtor
> jasminum test
/Users/user/gtor/test/behavior-test.js
/Users/user/gtor/test/byte-stream-test.js
/Users/user/gtor/test/observable-test.js
/Users/user/gtor/test/promise-test.js
/Users/user/gtor/test/stream-test.js
/Users/user/gtor/test/task-test.js
❯ describe
❯❯ describe /Users/user/gtor/test/behavior-test.js
❯❯❯ it
❯❯❯ it
❯❯❯ it
❯❯❯ describe index behavior
❯❯❯❯ it produces the given index
❯❯ describe /Users/user/gtor/test/byte-stream-test.js
❯❯❯ describe of
❯❯❯❯ it pumps large byte array into small stream buffer
test never completes
/Users/user/gtor/node_modules/asap/asap.js:45
throw e;
^
TypeError: object is not a function
at flush (/Users/user/gtor/node_modules/asap/asap.js:27:13)
at process._tickCallback (node.js:355:11)
npm ERR! Test failed. See above for more details.
Metadata
Metadata
Assignees
Labels
No labels