UNPKG

doubly-linked-list-typed

Version:
9 lines (8 loc) 309 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['<rootDir>/test/**/*.test.ts', '<rootDir>/test/**/*.test.js'], collectCoverage: true, coverageReporters: ['clover', 'json', 'lcov', ['text', {skipFull: true}], "json-summary"], coverageDirectory: 'coverage' };