Compare commits

..

No commits in common. "9eac508b1ce4be9f7217c0dbc34aecaf1d798377" and "02f7884f8cc22e2f67e2652485624de6c67f263e" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

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