PersephonyAPI/javascript-sdk

View on GitHub
jest-coverage.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  resetMocks: true,
  testURL: 'http://localhost/',
  collectCoverage: true,
  coverageReporters: ['text', 'lcov']
}