What Is Jasmine? Getting Set Up with Jasmine Testing Existing Code with describe, it, and expect An Example to Test Jasmine Time! Matchers Writing the Tests First with Test-Driven Development Cardinal Rule: When in Doubt, Test Test Components Black-Box Testing Equality: toEqual Identity: toBe Yes or No? toBeTruthy, toBeFalsy Negate Other Matchers with not Check If an Element Is Present with toContain Is It Defined? toBeDefined, toBeUndefined