UNPKG

kong-sdk

Version:

The open source Kong SDK built by VEED

14 lines (13 loc) 312 B
module.exports = { roots: ['<rootDir>/src'], testMatch: [ '**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)' ], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, collectCoverage: true, testResultsProcessor: 'jest-sonar-reporter', collectCoverageFrom: ['src/**/*.ts'] };