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
Jest has been introduced with create-react-app together, I also found Jest has some advantages than Mocha, such as Jest has snapshot testing, and the execution performance for tests is better than Mocha.
So I'd like to create this issue here to note my investigation result, maybe some article links.
The text was updated successfully, but these errors were encountered:
Jest has been introduced with create-react-app together, I also found Jest has some advantages than Mocha, such as Jest has snapshot testing, and the execution performance for tests is better than Mocha.
So I'd like to create this issue here to note my investigation result, maybe some article links.
The text was updated successfully, but these errors were encountered: