UNPKG

bmi-utils

Version:

An library with some functions relates to Body Mass Index (BMI), like calculate and get the ideial weight

21 lines (20 loc) 366 B
module.exports = { verbose: true, moduleFileExtensions: [ 'js', 'jsx', 'json' ], transform: { '^.+\\.(js|jsx)?$': 'babel-jest' }, transformIgnorePatterns: [ '/node_modules/' ], moduleNameMapper: { '^@/(.*)$': '<rootDir>/lib/$1' }, testMatch: [ '**/tests/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' ] }