diff --git a/content/posts/ember-integration-mocked-tasks.md b/content/posts/ember-integration-mocked-tasks.md index 285d525..75fb3c3 100644 --- a/content/posts/ember-integration-mocked-tasks.md +++ b/content/posts/ember-integration-mocked-tasks.md @@ -6,7 +6,7 @@ tags: - Tech - Testing description: >- - hi + Async can be difficult. Introduce Mocked Tasks into your Ember Rendering Tests for a better testing experience. --- Async can be difficult. Async testing is improving every day, but still comes with its hardships.