UNPKG

iso-3166-codes

Version:
12 lines (9 loc) 254 B
'use strict'; const config = { verbose: true, coverageReporters: ['json-summary', 'text', 'text-summary'], coveragePathIgnorePatterns: ['node_modules'], collectCoverage: true, collectCoverageFrom: ['**/index.js'], }; module.exports = config;