Skip to content

Commit

Permalink
! r formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBazuzi authored Mar 26, 2024
1 parent bc66e11 commit 8eaa34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [Pytest](#pytest)<!-- endToc -->

You can create directory level configuration for approvals.
To do this create a file named 'approvaltests_config.json' and place it in the same directory as your test.
To do this create a file named `approvaltests_config.json` and place it in the same directory as your test.
As of right now, the only configuration that you can do is to add subdirectories where the approved and received files will show up.
There is nothing that you need to do in the tests themselves to use this.

Expand All @@ -20,7 +20,7 @@ You can find a [sample configuration here](/tests/configuration/approvaltests_co

## Examples

A sample approvaltests_config.json:
A sample `approvaltests_config.json`:

```
{
Expand Down

0 comments on commit 8eaa34d

Please sign in to comment.