Testing a Helper

In this lesson, you’ll learn how to test the helpers in an Ember application.

We'll cover the following

Writing test for helpers

The helper generator also created a test file for the helper. Since helpers are primarily for the UI, it’s an integration test with some boilerplate.

Let’s make it meaningful for our use case:

Get hands-on with 1200+ tech skills courses.