UNPKG

@fractional-company/common

Version:
20 lines (19 loc) 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = { preset: 'ts-jest', verbose: true, testEnvironment: 'node', testMatch: ['**/test/**/*.test.ts'], collectCoverageFrom: [ '<rootDir>/src/**/*.ts', '!<rootDir>/src/types/**/*.ts', ], globals: { 'ts-jest': { diagnostics: false, isolatedModules: true, }, }, }; exports.default = config;