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
Now, jest-preview hasn't had tests for its source code. So whenever we add a new feature, we just update the demo code at /demo then see if our new code works with the demo. This strategy does not scale if the number of features increases in the future. Also, we are not confident that old features are getting broken.
So, we need to find a test strategy to maintain the quality of code and help to build new features by TDD.
The text was updated successfully, but these errors were encountered:
Now,
jest-preview
hasn't had tests for its source code. So whenever we add a new feature, we just update the demo code at/demo
then see if our new code works with the demo. This strategy does not scale if the number of features increases in the future. Also, we are not confident that old features are getting broken.So, we need to find a test strategy to maintain the quality of code and help to build new features by TDD.
The text was updated successfully, but these errors were encountered: