UNPKG

@phantomstudios/ft-lib

Version:

A collection of Javascript UI & tracking utils for FT sites

19 lines 306 B
/** * @type {jest.ProjectConfig} */ module.exports = { roots: [ '<rootDir>/test' ], transform: { '^.+\\.tsx?$': ['ts-jest', {tsconfig: 'tsconfig.test.json'}] }, moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json', 'node' ], }