Skip to content

Commit 8e393d3

Browse files
add link to talk in birdie
1 parent 006610f commit 8e393d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ compare future runs of the same test against it. Imagine doing a
99
`assert got == expected` where you don't have to take care of writing the
1010
expected output.
1111

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+
1216
## Writing snapshot tests with Birdie
1317

1418
First you'll want to add the package to your dependencies:

0 commit comments

Comments
 (0)