UNPKG

ts-neo4j-parser

Version:

Typescript Neo4j parser to JSON

25 lines (24 loc) 466 B
module.exports = { cache: false, roots: ['<rootDir>/src'], transform: { '^.+\\.ts$': 'ts-jest' }, testRegex: '(/.*.(test|spec)).(jsx?|tsx?)$', globals: { 'ts-jest': { tsconfig: 'jestconfig.json' } }, moduleFileExtensions: ['ts', 'js'], collectCoverage: true, verbose: true, coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: -10 } } };