moll / js-must

An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
Other
336 stars 35 forks source link

Not working with other promises libraries #31

Closed albertorestifo closed 9 years ago

albertorestifo commented 9 years ago

I'm using Bluebird, I've replaced the Promise object globally.

This example test fails:

image

image

moll commented 9 years ago

Hey! Sorry you're having trouble. I have a sneaking suspicious it's because the version with promises isn't the stable version just yet. I meant to release it as a stable briefly after adding promise support, but got sidetracked. :innocent: If you do npm install must@v0.13.0-beta1, does that solve the problem?

albertorestifo commented 9 years ago

Worked like a charm.

Thanks for the quick reply and will look forward to the stable release :balloon:

moll commented 9 years ago

Yay. :)