UNPKG

react-static-plugin-favicons

Version:

Favicons plugin for React-Static

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