UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

8 lines 259 B
// eslint-disable-next-line no-undef module.exports = { preset: 'ts-jest', collectCoverage: true, collectCoverageFrom: ['src/**/*.ts', '!**/*.d.ts'], testEnvironment: 'node', testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/'], };