UNPKG

@namecheap/express-inversify

Version:

Some utilities for the development of express applications with Inversify

12 lines (11 loc) 284 B
module.exports = { moduleFileExtensions: ['js', 'json', 'ts'], rootDir: '.', testRegex: '.test.ts$', transform: { '^.+\\.ts$': 'ts-jest', }, coverageDirectory: './coverage', testEnvironment: 'node', setupFilesAfterEnv: ['<rootDir>/test/helpers/jest.setup.ts'], };