UNPKG
@de-formed/node-validations
Version:
latest (2.0.0)
2.0.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Modular, Function-driven Validations
prescottbreeden/de-formed-node
@de-formed/node-validations
/
jest.config.js
9 lines
(8 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { roots: [
'<rootDir>/__tests__'
], transform: {
'^.+\\.tsx?$'
:
'ts-jest'
, }, testRegex:
'(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$'
, moduleFileExtensions: [
'ts'
,
'tsx'
,
'js'
,
'jsx'
,
'json'
,
'node'
], };