jest.config.js (8 lines of code) (raw):
'use strict';
module.exports = {
snapshotSerializers: ['./tests/NodePathSerializer.js'],
setupFilesAfterEnv: ['<rootDir>/tests/setupTestFramework.ts'],
roots: ['bin', 'src'],
preset: 'ts-jest',
testRegex: '/__tests__/.*-test\\.ts$',
};