From cc23e814082076ca02f891761896b0641247c81a Mon Sep 17 00:00:00 2001 From: Ava Wroten Date: Thu, 19 Dec 2019 09:02:27 -0600 Subject: [PATCH] Added descriptive summary to mocked tasks --- content/posts/ember-integration-mocked-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.