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
Hey, @justincy. I don't maintain things in this project, but I do follow the project a little. I have been studying Jasmine and Mocha+Chai for a bit. I only read up on them enough to know they are remarkably similar. Are Mocha + Chai better followed now? Besides more built-in asserts/expectations, do you know of anything that mocha+chai do better than Jasmine?
I just want to note that this is a big deal. While writing tests for the new places API on Friday, Jasmine's lack of useful asserts prevented me from testing as fully as I would have with Chai.
do you know of anything that mocha+chai do better than Jasmine?
Not really. I can think of trivial things, such as not requiring all files to have the same suffix. In the end it's a combination of wanting better asserts and having a strong personal bias in favor of Mocha.
They are more flexible than Jasmine. I especially like how Chai has more built-in asserts/expectations.
The text was updated successfully, but these errors were encountered: