Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Need an update #6

Open
eric-burel opened this issue May 11, 2016 · 3 comments
Open

Need an update #6

eric-burel opened this issue May 11, 2016 · 3 comments

Comments

@eric-burel
Copy link

eric-burel commented May 11, 2016

Hi,

That would be great to update this repo with the last version of Chai. For example, the assert.approximately method is not present yet is very useful.

Would it require a lot of work ?

So far the alternative is to use directly the chai npm package :
meteor npm install --save-dev chai
Chai uses the buffer package (I don't know why), so we have to install it too :
meteor npm install --save-dev buffer
Then in the code we replace import { assert } from practicalmeteor:chai with import { assert } from chai.

@javascriptlove
Copy link

+1 for this, i need assert.oneOf and it's not present..

@noahsw
Copy link

noahsw commented Aug 5, 2016

What's wrong with using chai directly as you described?

@eric-burel
Copy link
Author

Actually nothing, it simply make this package deprecated. Meteor seems to slowly go toward npm packages instead of Atmosphere packages whenever possible anyway.

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

No branches or pull requests

3 participants