smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
158 stars 44 forks source link

Remove `chai` deprecation warnings when running tests #4

Closed ArnaudRinquin closed 9 years ago

ArnaudRinquin commented 9 years ago

This removes the warnings:

npm test

> gettext-parser@1.0.0 test /Users/arnaud/projects/gettext-parser
> grunt

Running "jshint:all" (jshint) task
>> 6 files lint free.

Running "mochaTest:all" (mochaTest) task
Assertion.includeStack is deprecated, use chai.config.includeStack instead.
Assertion.includeStack is deprecated, use chai.config.includeStack instead.
Assertion.includeStack is deprecated, use chai.config.includeStack instead.
Assertion.includeStack is deprecated, use chai.config.includeStack instead.
Assertion.includeStack is deprecated, use chai.config.includeStack instead.