UNPKG

json-pretty-html

Version:

Transforms a JSON object to a pretty piece of HTML Edit

19 lines (18 loc) 361 B
module.exports = { testEnvironment: 'node', transform: { '.(ts|tsx)': '<rootDir>/preprocessor.js' }, moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', ], testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|js)x?$', coverageDirectory: 'coverage', collectCoverageFrom: [ 'src/**/*.{ts,tsx}', '!src/**/*.d.ts', ], };