mutate all js or ts files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d5b018f2e4
commit
cdb3558184
@ -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/'
|
||||||
|
]
|
||||||
};
|
};
|
||||||
`;
|
`;
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user