Skip to content

Commit

Permalink
Move markdownlint instruction after the title (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Nov 4, 2024
1 parent 8e95880 commit e5e3000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/blog/posts/2021-10-06-sharedTest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ authors:
slug: sharedTest
---

<!-- markdownlint-disable MD052 -->

# `sharedTest` pattern: sharing tests and speeding up development

<!-- markdownlint-disable MD052 -->

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
Expand Down

0 comments on commit e5e3000

Please sign in to comment.