UNPKG

inversify-react

Version:

Components and decorators to connect react with inversify.

14 lines (13 loc) 277 B
module.exports = { preset: 'ts-jest', testMatch: [ '**/test/**/*.ts?(x)' ], testEnvironment: 'jsdom', transform: { '^.+.tsx?$': ['ts-jest', { tsconfig: './test/tsconfig.json' }], }, verbose: true, };