UNPKG
doc-br-validator
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Validador e gerador de documentos brasileiros (CPF, CNPJ...)
doc-br-validator
/
jest.config.cjs
13 lines
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/*.test.ts'
], moduleFileExtensions: [
'ts'
,
'js'
,
'json'
], transform: {
'^.+\\.ts$'
: [
'ts-jest'
, { tsconfig:
'tsconfig.json'
, useESM:
true
}] }, extensionsToTreatAsEsm: [
'.ts'
] };