morficus/cypress-dotenv

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  reporters: ['default'],
  collectCoverage: true,
  testPathIgnorePatterns: ['/cypress/'],
  coverageReporters: ['json', 'lcov', 'text', 'clover', 'html']
}