Compare commits

...

2 Commits

Author SHA1 Message Date
9eac508b1c add 'no test' flag 2020-03-14 14:27:29 +01:00
323f12a260 formatting 2020-03-14 14:26:46 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@
},
"scripts": {
"lint": "eslint .",
"ci": "yarn --frozen-lockfile && node jenkins.js"
"ci": "yarn --frozen-lockfile && node jenkins.js",
"test": "echo \"no test\""
},
"repository": {
"type": "git",

View File

@ -13,5 +13,5 @@ module.exports = {
testRunner: 'command',
transpilers: [],
coverageAnalysis: 'all',
mutate: ['index.js']
mutate: [ 'index.js' ]
};