practicalmeteor / meteor-chai

Depreciated - Chai.JS, wrapped for meteor
https://atmospherejs.com/practicalmeteor/chai
Other
0 stars 10 forks source link

Getting a warning #4

Closed jgladch closed 9 years ago

jgladch commented 9 years ago

Assertion.includeStack is deprecated, use chai.config.includeStack instead.

rbabayoff commented 9 years ago

Hey, it's already changed in latest versions:

https://atmospherejs.com/practicalmeteor/chai

Please update to latest version.

jgladch commented 9 years ago

Maybe I'm missing something, but I just added the package today and am getting this error.

Using: practicalmeteor:chai@1.9.2_3

rbabayoff commented 9 years ago

it's an error or warning?

jgladch commented 9 years ago

Warning, apologies.

rbabayoff commented 9 years ago

No need to apologize :) I'll take a look at it anyway next time I update the chai version. It may also be coming from mocha, if you use the mocha package, since he also has chai included.

jgladch commented 9 years ago

Ah, I do have the mocha package installed, but this warning is coming from practicalmeteor_chai :)