Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Nov 10, 2023
1 parent ae4d27e commit 3e7c3bb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@ If you are having any difficulties, We suggest you watch the [getting started vi

## ApprovalTests Basics

Approvaltests uses methods that start with `verify` like `verify(object_under_test)`
The expected result is stored in a file like such:

<!-- snippet: SampleTests.test_with_json.approved.txt -->
<a id='snippet-SampleTests.test_with_json.approved.txt'></a>
```txt
{
"age": 38,
"firstName": "jayne",
"isMale": true,
"lastName": "cobb"
}
```
<sup><a href='/tests/SampleTests.test_with_json.approved.txt#L1-L6' title='Snippet source file'>snippet source</a> | <a href='#snippet-SampleTests.test_with_json.approved.txt' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

## Next steps

Expand Down

0 comments on commit 3e7c3bb

Please sign in to comment.