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
I might be pretty strange, but I always loved assert.isXXX node-like syntax.
I always recommended Chai to my team because well, I know this is a strange opinion, and Chai provides the power to use whatever-syntax-you-like; so they can use fancy expects and I can keep using my plain old assert.s
Though, this particular library (chai-enzyme) doesn't seem to respect that Chai choice.
Is that wanted ? Am I missing something ? 🙂
Thanks
The text was updated successfully, but these errors were encountered:
Hey :)
I might be pretty strange, but I always loved
assert.isXXX
node-like syntax.I always recommended Chai to my team because well, I know this is a strange opinion, and Chai provides the power to use whatever-syntax-you-like; so they can use fancy
expect
s and I can keep using my plain oldassert.
sThough, this particular library (chai-enzyme) doesn't seem to respect that Chai choice.
Is that wanted ? Am I missing something ? 🙂
Thanks
The text was updated successfully, but these errors were encountered: