source: trip-planner-front/node_modules/hdr-histogram-js/stryker.conf.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 419 bytes
Line 
1module.exports = function(config) {
2 config.set({
3 mutate: [
4 "src/**/*.ts",
5 "!src/**/*.spec.ts"
6 ],
7 testFramework: 'mocha',
8 testRunner: 'mocha',
9 mutator: "typescript",
10 transpilers: [ "typescript" ],
11 reporter: ["clear-text", "progress", "html"],
12 tsconfigFile: 'tsconfig.json',
13 coverageAnalysis: "all",
14 maxConcurrentTestRunners: 3,
15 });
16 };
Note: See TracBrowser for help on using the repository browser.