kafka-pipeline
Version:
A robust, easy to use kafka consumer
23 lines (22 loc) • 347 B
JavaScript
module.exports = {
roots: [
'<rootDir>/tests'
],
coveragePathIgnorePatterns: [
'/tests/',
'/node_modules/'
],
transform: {
'^.+\\.tsx?$': 'ts-jest'
},
testRegex: '(\\.|/)(test|spec)\\.tsx?$',
moduleFileExtensions: [
'ts',
'tsx',
'js',
'jsx',
'json',
'node'
],
testEnvironment: 'node'
};