We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759b95a commit 006610fCopy full SHA for 006610f
1 file changed
README.md
@@ -6,7 +6,7 @@
6
Snapshot testing allows you to perform assertions without having to write the
7
expectation yourself. Birdie will store a snapshot of the expected value and
8
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
+`assert got == expected` where you don't have to take care of writing the
10
expected output.
11
12
## Writing snapshot tests with Birdie
0 commit comments