From 8eaa34da9643276c0611f0c07206460e6ac98827 Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Mon, 25 Mar 2024 20:27:05 -0700 Subject: [PATCH] ! r formatting --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index ed5ca20..e9f9551 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -10,7 +10,7 @@ * [Pytest](#pytest) 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. @@ -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`: ``` {