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
$ 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.
The text was updated successfully, but these errors were encountered:
I jumped in to fix the problem i stated in montagejs/collections#132, but even with
[email protected]
the tests fail:The text was updated successfully, but these errors were encountered: