UNPKG

@ww-samuel/to-words

Version:

Converts numbers (including decimal points) into words & currency.

14 lines (13 loc) 335 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', collectCoverage: true, coverageDirectory: 'coverage', coverageProvider: 'v8', verbose: true, roots: ['<rootDir>'], testMatch: ['**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, };