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 006610f commit 8e393d3Copy full SHA for 8e393d3
1 file changed
README.md
@@ -9,6 +9,10 @@ compare future runs of the same test against it. Imagine doing a
9
`assert got == expected` where you don't have to take care of writing the
10
expected output.
11
12
+> If you want a video introduction to snapshot testing, you can check out
13
+> [my talk on the topic](https://youtu.be/DpakV96jeRk?si=ODqE_geVaMIR0Qoa)
14
+> from Code BEAM Europe.
15
+
16
## Writing snapshot tests with Birdie
17
18
First you'll want to add the package to your dependencies:
0 commit comments