docxtemplater
Version:
docx and pptx generator working with templates and data (like Mustache, for Word and Powerpoint documents)
21 lines (20 loc) • 428 B
JavaScript
/**
* @type {import('@stryker-mutator/api/core').StrykerOptions}
*/
module.exports = {
packageManager: "npm",
reporters: ["html", "clear-text", "progress"],
testRunner: "mocha",
coverageAnalysis: "perTest",
ignorePatterns: [],
mutate: [
"es6/*.js",
"es6/modules/*.js",
"!es6/debugger-module.js",
"!es6/error-logger.js",
"!es6/proof-state-module.js",
],
mochaOptions: {
spec: ["es6/tests/index.js"],
},
};