UNPKG

fixer-api

Version:

fixer.io API client in TypeScript

12 lines (10 loc) 265 B
'use strict'; module.exports = { roots: ['<rootDir>/spec'], transform: { '^.+\\.ts$': 'ts-jest' }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], coverageProvider: 'v8' };