UNPKG

bodyfat

Version:

Body fat algorithms

9 lines 236 B
module.exports = { verbose: true, transform: { '^.+\\.ts?$': 'ts-jest' }, testEnvironment: 'node', testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx|js)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'] };