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
{{ message }}
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
From the version file I can see that embedded chai version is 2.1.0_1. Current chai library on npm is 3.5.0. The old one used by meteor-mocha misses quite useful assertions such as chai.assert.isAtLeast or chai.assert.isAtMost and more, so I have to import chai via npm anyway. It could be the time for an update…
PS: I love meteor-mocha. Wish it was on npm...
The text was updated successfully, but these errors were encountered:
Or it could be the time to remove embedded chai now that it works nicely
from npm. I stopped using it months ago and have seen no issue with using
the npm package directly.
From the version file I can see that embedded chai version is 2.1.0_1.
Current chai library on npm is 3.5.0. The old one used by meteor-mocha
misses quite useful assertions such as chai.assert.isAtLeast or
chai.assert.isAtMost and more, so I have to import chai via npm anyway.
It could be the time for an update…
From the version file I can see that embedded chai version is 2.1.0_1. Current chai library on npm is 3.5.0. The old one used by meteor-mocha misses quite useful assertions such as
chai.assert.isAtLeast
orchai.assert.isAtMost
and more, so I have to import chai via npm anyway. It could be the time for an update…PS: I love meteor-mocha. Wish it was on npm...
The text was updated successfully, but these errors were encountered: