UNPKG

async-line-reader

Version:

Read line-by-line from stream, using async.

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