Skip to content

Commit

Permalink
Add blank line in README to improve readability
Browse files Browse the repository at this point in the history
Although it's not necessary for markdown formatting, other headings are
separated from their subsequent paragraph(s) by a blank line and I think
this makes the unformatted version easier to read.
  • Loading branch information
floehopper committed Dec 7, 2024
1 parent f2e8ab1 commit 7466543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Supported by many other test frameworks.

### Intended Usage

Mocha is intended to be used in unit tests for the [Mock Object](http://xunitpatterns.com/Mock%20Object.html) or [Test Stub](http://xunitpatterns.com/Test%20Stub.html) types of [Test Double](http://xunitpatterns.com/Test%20Double.html), not the [Fake Object](http://xunitpatterns.com/Fake%20Object.html) or [Test Spy](http://xunitpatterns.com/Test%20Spy.html) types. Although it would be possible to extend Mocha to allow the implementation of fakes and spies, we have chosen to keep it focused on mocks and stubs.

### Installation
Expand Down

0 comments on commit 7466543

Please sign in to comment.