Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are failing #39

Open
AlicanC opened this issue Oct 30, 2015 · 2 comments
Open

Tests are failing #39

AlicanC opened this issue Oct 30, 2015 · 2 comments

Comments

@AlicanC
Copy link

AlicanC commented Oct 30, 2015

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.
@kriskowal
Copy link
Owner

I have not begun to look into this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@kriskowal @AlicanC and others