...

/

Writing Unit Tests

Writing Unit Tests

You’ll learn how to write unit tests for an Ember application in this lesson.

A unit test sits at the lowest level of the testing pyramid, and it tests the entity, more informally the thing, in isolation. Some of the pieces of Ember apps that we have covered that are suitable for unit testing are services, controllers, and models.

One of the small details I like about Ember’s kick-ass, in my opinion, testing story is that you don’t have to know which type of test to write for a specific piece of your application ...

Access this course and 1400+ top-rated courses and projects.