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