From e5e300056f9e8c8a9b4d4ea9855749e3530145d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Mon, 4 Nov 2024 11:02:51 +0100 Subject: [PATCH] Move markdownlint instruction after the title (#349) --- docs/blog/posts/2021-10-06-sharedTest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/2021-10-06-sharedTest.md b/docs/blog/posts/2021-10-06-sharedTest.md index 3da84424c..01ff0b8c0 100644 --- a/docs/blog/posts/2021-10-06-sharedTest.md +++ b/docs/blog/posts/2021-10-06-sharedTest.md @@ -5,10 +5,10 @@ authors: slug: sharedTest --- - - # `sharedTest` pattern: sharing tests and speeding up development + + After [Robolectric's 4.0 release][2], Robolectric supports the [`AndroidJUnit4` test runner][3], [`ActivityScenario`][5], and [Espresso][4] for interacting with UI components. As we know, we also can run those tests with an official emulator. This article will show an often overlooked but