UNPKG

@contentstack/management

Version:

The Content Management API is used to manage the content of your Contentstack account

12 lines (11 loc) 282 B
module.exports = { roots: ['<rootDir>'], transform: { '^.+\\.ts?$': 'ts-jest' }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$', moduleFileExtensions: ['ts', 'js', 'json', 'node'], collectCoverage: true, clearMocks: true, coverageDirectory: 'coverage' }