From b333ea95c6a2a7fb7b24867132b50a95785f0e7f Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Wed, 26 Sep 2018 22:37:12 +0200 Subject: [PATCH] blog(embertimes#66): add collocated test file RFC writeup --- source/blog/2018-09-28-the-ember-times-issue-66.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-09-28-the-ember-times-issue-66.md b/source/blog/2018-09-28-the-ember-times-issue-66.md index b96bce2e13..72c55fdec5 100644 --- a/source/blog/2018-09-28-the-ember-times-issue-66.md +++ b/source/blog/2018-09-28-the-ember-times-issue-66.md @@ -17,7 +17,12 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [The Addon Test Is Right Where It Belongs ❤️](https://github.com/emberjs/rfcs/pull/378) + + +Spending too much time looking for the **test files** of your **in-repo addon**? Feeling too exhausted to maintain a large test suite in which addon and host app test cases are meshed together? It doesn't have to be this way. + +Read more about how **collocated in-repo test files** are able to make your developer life easier in [this **shiny, new Request for Comments (RFC)**](https://github.com/emberjs/rfcs/pull/378). And as always, be sure to **leave your questions or ❤️ emojis** right below the RFC's pull request description! ✨ ---