Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moshensky committed Sep 11, 2024
1 parent 6f104fc commit e76e732
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/ts-sample/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Typescript sample
# TypeScript Sample

`mkSamplePdf` is a function that uses pdfmake to dynamically create pdfs.
It has two tests that are using pdf-visual-diff. One test passes, because it's snapshot will match, the other fails.
`mkSamplePdf` is a function that uses [pdfmake](http://pdfmake.org/) to dynamically create PDFs.
It has two tests that use `pdf-visual-diff`:

- One asserts that a snapshot matches.
- The other asserts that it doesn't match.

0 comments on commit e76e732

Please sign in to comment.