kimroen / ember-cli-document-title

Adding document title behaviour to your ember app
MIT License
216 stars 61 forks source link

Set up tests for fastboot #52

Closed kimroen closed 7 years ago

kimroen commented 8 years ago

In order to make sure that ember-cli-document-title keeps working as intended with and without fastboot and before and after Glimmer 2, we need to add some tests for running it inside fastboot.

Some resources:

In fastboot, we just need to test the first render of everything, so we don't need as many tests as the normally running app does, luckily.