hongbo-miao/hongbomiao.com

View on GitHub
api-node/stryker.conf.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @type {import('@stryker-mutator/api/core').StrykerOptions}
 */
module.exports = {
  packageManager: 'npm',
  reporters: ['html', 'clear-text', 'progress', 'dashboard'],
  testRunner: 'jest',
  coverageAnalysis: 'perTest',
};