Merge branch 'master' into 'master'
Fix package.json See merge request !3
Showing
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
"main": "app.js", | "main": "app.js", | ||
"scripts":{ | "scripts":{ | ||
"start": "node app.js", | "start": "node app.js", | ||
"test": "jest", | "test": "jest" | ||
}, | }, | ||
"dependencies":{ | "dependencies":{ | ||
"webdriverio": "4.7.1", | "webdriverio": "4.7.1", | ||
... | ... |
Please register or sign in to comment