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 write them to improve my productivity as a programmer. Making the quality assurance department happy is just a side effect. Unit tests are highly localized. Each test class works within a single package. It tests the interfaces to other packages, but beyond that it assumes the rest just works.
-- Martin F.
Please use jest and *.spec.js file name convention.
The text was updated successfully, but these errors were encountered:
Please use jest and
*.spec.js
file name convention.The text was updated successfully, but these errors were encountered: