When writing components that feature unit testable code (rather than story testable components) it would be desirable to have a unit testing framework already configured.
Jest would be my top pick, since we're in a React environment and it's what Create React App uses.
When writing components that feature unit testable code (rather than story testable components) it would be desirable to have a unit testing framework already configured.
Jest would be my top pick, since we're in a React environment and it's what Create React App uses.