codekie/openapi-examples-validator

View on GitHub
stryker.conf.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    mutate: [
        'src/**/*.js'
    ],
    packageManager: 'npm',
    reporters: ['html', 'clear-text', 'progress', 'dashboard'],
    testRunner: 'mocha',
    coverageAnalysis: 'perTest'
};