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": { "scripts": {
"lint": "eslint .", "lint": "eslint .",
"ci": "yarn --frozen-lockfile && node jenkins.js", "ci": "yarn --frozen-lockfile && node jenkins.js"
"test": "echo \"no test\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

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