UNPKG

uri-template-router

Version:

Match a URI to a pattern in a collection of URI Templates

14 lines (13 loc) 346 B
/** * @type {import('@stryker-mutator/api/core').StrykerOptions} */ module.exports = { mutator: "javascript", packageManager: "yarn", reporters: ["html", "clear-text", "progress"], testRunner: "mocha", testFramework: "mocha", coverageAnalysis: "perTest", files: ['index.js', 'lib/**', 'test/**' ], mutate: ['index.js', 'lib/**.js'], };