UNPKG
@armandabric/pdf-snapshot-matcher
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
PDF snapshot matcher
github.com/armandabric/pdf-snapshot
armandabric/pdf-snapshot
@armandabric/pdf-snapshot-matcher
/
dist
/
jest.d.ts
10 lines
(9 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ toMatchPdfSnapshot,
type
Options
}
from
'./toMatchPdfSnapshot'
;
declare
global
{
namespace
jest
{
interface
Matchers
<R> {
toMatchPdfSnapshot
(
options
?:
Options
):
Promise
<R>; } } }
export
{ toMatchPdfSnapshot };