UNPKG
@aregnet/iban-val
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
IBAN validation package
github.com/aregnet/iban-val
aregnet/iban-val
@aregnet/iban-val
/
jest.config.ts
9 lines
(7 loc)
•
261 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
default
{
roots
: [
'<rootDir>/test'
,
'<rootDir>/src'
],
testMatch
: [
'<rootDir>/test/**/*.ts'
],
transform
: {
'^.+\\.(ts|tsx)$'
:
'ts-jest'
},
coverageReporters
: [
'html'
,
'lcov'
,
'text'
],
collectCoverageFrom
: [
'<rootDir>/src/**/*.ts'
] };