jest.config.js 113 B

12345
  1. module.exports = {
  2. collectCoverage: true,
  3. testEnvironment: 'node',
  4. testPathIgnorePatterns: ['example'],
  5. };