Skip to content

Instantly share code, notes, and snippets.

@andreadellacorte
Last active October 20, 2019 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreadellacorte/f592534dacbb063d7f1fe8253f8ea1fe to your computer and use it in GitHub Desktop.
Save andreadellacorte/f592534dacbb063d7f1fe8253f8ea1fe to your computer and use it in GitHub Desktop.
stryker.conf.js
module.exports = function(config) {
config.set({
mutator: "javascript",
packageManager: "npm",
reporters: ['progress', 'dots'],
testRunner: 'jest',
testFramework: 'jest',
coverageAnalysis: 'off',
fileLogLevel: 'trace',
jest: {
config: require('./jest.config.js'),
}
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment