UNPKG
@sroussey/parse-address
Version:
latest (3.0.0-beta1)
3.0.0-beta1
2.4.2
2.4.1
2.4.0
2.3.1
2.2.10
2.2.9
2.2.5
US Street Address Parser
github.com/sroussey/parse-address
sroussey/parse-address
@sroussey/parse-address
/
jest.config.js
11 lines
(10 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/+(*.)+(spec|test).+(ts|js)?(x)'
], transform: {
'^.+\\.(ts|js|html)$'
:
'ts-jest'
, }, moduleFileExtensions: [
'ts'
,
'js'
,
'html'
], coverageReporters: [
'html'
], }