UNPKG

convert-csv-to-json

Version:
9 lines (6 loc) 201 B
/** @type {import('jest').Config} */ const config = { coverageReporters: ['clover', 'html' ,'json', 'lcov', ['text', {skipFull: true}]], collectCoverage: true }; module.exports = config;