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
There's no excuse to not write tests. There's[plenty of good JS test frameworks](http://jstherightway.org/#testing-tools), so find one that your team prefers.
1687
+
There's no excuse to not write tests. There are[plenty of good JS test frameworks](http://jstherightway.org/#testing-tools), so find one that your team prefers.
1688
1688
When you find one that works for your team, then aim to always write tests
1689
1689
for every new feature/module you introduce. If your preferred method is
1690
1690
Test Driven Development (TDD), that is great, but the main point is to just
0 commit comments