UNPKG

@de-formed/node-validations

Version:

Modular, Function-driven Validations

9 lines (8 loc) 233 B
module.exports = { roots: ['<rootDir>/__tests__'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };