Merge branch 'issue-7' into 'master'
Implement robot injector mechanism Closes #7 See merge request !2
Showing
__mocks__/mz/fs.js
0 → 100644
client/lib/lib.js
0 → 100644
client/robot/robot.js
0 → 100644
lib/controller.js
0 → 100644
lib/controller.test.js
0 → 100644
... | ... | @@ -5,10 +5,15 @@ |
"version": "0.0.1", | ||
"main": "app.js", | ||
"scripts":{ | ||
"start": "node app.js" | ||
"start": "node app.js", | ||
"test": "jest", | ||
}, | ||
"dependencies":{ | ||
"webdriverio": "4.7.1" | ||
"webdriverio": "4.7.1", | ||
"mz": "2.6.0" | ||
}, | ||
"devDependencies":{ | ||
"jest": "20.0.0" | ||
}, | ||
"author": "Linagora Folks", | ||
"license": "AGPL-3.0" | ||
... | ... |
Please register or sign in to comment