UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

18 lines 337 B
module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', clearMocks: true, collectCoverage: true, coverageThreshold: { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100, } }, coveragePathIgnorePatterns: [ "/node_modules/", "<rootDir>/dist" ] };