Skip to content

Commit

Permalink
doc(README): verbiage improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 5, 2024
1 parent e13ff75 commit ff54405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@

Fixtures for testing Haraka and plugins


# Usage

var fixtures = require('haraka-test-fixtures');
`const fixtures = require('haraka-test-fixtures');`


# Exports the following fixture types:

Expand All @@ -23,7 +25,7 @@ var fixtures = require('haraka-test-fixtures');
* transaction
* util_hmailitem

These fixtures are rough analogs of their like-named siblings in Haraka with varying levels of completeness. If there are functions necessary to enhance your ability to test, please do add them here.
These fixtures are analogs of their like-named siblings in Haraka with varying levels of completeness. If there are functions necessary to enhance your ability to test, please do add them.


[ci-img]: https://github.com/haraka/test-fixtures/actions/workflows/ci.yml/badge.svg
Expand Down

0 comments on commit ff54405

Please sign in to comment.