Chapter 5. Testing Patterns
This chapter will cover testing patterns that ensure our code is easy to maintain. With these patterns, you will learn how to implement regression testing—a method to identify if the new code breaks the old code before the code goes into production. Building tests is crucial to maintain code and collaborate with others. You will learn the following topics:
Behavior tests
Unit tests
Testing in Meteor is still under heavy development, but the functions that we will cover are basic and are unlikely to change.