UNPKG
consulta-nit-lib
Version:
latest (1.0.0)
1.0.0
Consulta unificada de información empresarial por NIT desde datos.gov.co y rues.org.co
consulta-nit-lib
/
jest.config.ts
10 lines
(9 loc)
•
192 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
{
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
moduleFileExtensions
: [
'ts'
,
'js'
],
testMatch
: [
'**/tests/**/*.test.ts'
],
transform
: {
'^.+\\.ts$'
:
'ts-jest'
, } }