omarandstuff/reducthor

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  transform: {
    '^.+\\.tsx?$': 'ts-jest'
  },
  testRegex: '(/test/.*\\.test\\.tsx?)$',
  collectCoverageFrom: ['src/**/*.ts']
}