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

This commit is contained in:
Timo Hocker 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', testRunner: 'jasmine',
jasmineConfigFile: 'jasmine.json', jasmineConfigFile: 'jasmine.json',
coverageAnalysis: 'perTest', coverageAnalysis: 'perTest',
mutate: [ 'index.js' ] mutate: [
'**/*.js',
'**/*.ts',
'!**/node_modules/',
'!**/spec/'
]
}; };
`; `;

View File

@ -1,6 +1,6 @@
{ {
"name": "@sapphirecode/standard", "name": "@sapphirecode/standard",
"version": "1.5.1", "version": "1.5.2",
"main": "index.js", "main": "index.js",
"author": { "author": {
"name": "Timo Hocker", "name": "Timo Hocker",