UNPKG

react-export-excel-xlsx-fix

Version:

A tool to export dataset from react to excel format.

20 lines (19 loc) 397 B
module.exports = { name: 'react-data-export-jest', verbose: true, collectCoverage: true, coveragePathIgnorePatterns: [ 'node_modules', ], testEnvironment: 'jest-environment-jsdom-global', testRegex: '(/test/unit.*\\.test)\\.js', setupFiles: [ './test/global.js' ], modulePathIgnorePatterns: [ 'global.js' ], testPathIgnorePatterns: [ '__snapshots__' ] };