UNPKG

@renyuneyun/parse-link-header-ts

Version:

Parses a link header and returns information for each contained link.

9 lines (7 loc) 229 B
const defaultConfig = require('./jest.config.js'); export default Object.assign({}, defaultConfig, { collectCoverage: true, collectCoverageFrom: [ '**/*.{ts,tsx}', '!**/node_modules/**', '!**/*.d.ts', '!jest.*' ], });