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
/
jest.config.js
9 lines
(8 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { rootDir:
'.'
, testRegex:
'.*\\.spec\\.ts$'
, transform: {
'\\.ts$'
:
'ts-jest'
, }, expand:
true
, };