mutate all js or ts files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-04 13:58:05 +01:00
parent d5b018f2e4
commit cdb3558184
2 changed files with 7 additions and 2 deletions

View File

@ -21,6 +21,11 @@ module.exports = {
testRunner: 'jasmine',
jasmineConfigFile: 'jasmine.json',
coverageAnalysis: 'perTest',
mutate: [ 'index.js' ]
mutate: [
'**/*.js',
'**/*.ts',
'!**/node_modules/',
'!**/spec/'
]
};
`;