groupdocs-conversion/GroupDocs.Conversion-for-Java-Spring

View on GitHub
client/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'],
  transform: {
    '^.+\\.(ts|js|html)$': 'ts-jest'
  },
  resolver: '@nrwl/jest/plugins/resolver',
  moduleFileExtensions: ['ts', 'js', 'html'],
  coverageReporters: ['html'],
  passWithNoTests: true
};