GroceriStar/pdf-export-component

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

module.exports = {
  verbose: true,
  collectCoverageFrom: ['src/**'],
  coverageReporters: ['json', 'lcov', 'text-summary', 'html'],
  testURL: 'http://localhost',
  testPathIgnorePatterns: [
    '/lib/'
  ],
  moduleDirectories: ['node_modules', 'dist']
}