UNPKG
@jsreport/node-signpdf
Version:
latest (1.4.3)
1.4.3
1.4.2
Simple signing of PDFs in node.
github.com/vbuch/node-signpdf
vbuch/node-signpdf
@jsreport/node-signpdf
/
src
/
helpers
/
index.test.js
8 lines
(6 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
helpers
from
'./index'
;
describe
(
'Helpers index'
,
() =>
{
it
(
'Exports expected helpers'
,
() =>
{
expect
(
Object
.
keys
(helpers)).
toMatchSnapshot
(); }); });