Skip to content

Commit 006610f

Browse files
update docs
1 parent 759b95a commit 006610f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Snapshot testing allows you to perform assertions without having to write the
77
expectation yourself. Birdie will store a snapshot of the expected value and
88
compare future runs of the same test against it. Imagine doing a
9-
`should.equal(expected, got)` where you don't have to take care of writing the
9+
`assert got == expected` where you don't have to take care of writing the
1010
expected output.
1111

1212
## Writing snapshot tests with Birdie

0 commit comments

Comments
 (0)