UNPKG

riof

Version:

Rio framework

9 lines (8 loc) 186 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', verbose: true, clearMocks: true, collectCoverage: true, };