Files
appium/sample-code/javascript-webdriverio/package.json
dependabot-preview[bot] 1361411cc7 chore(deps-dev): bump mocha in /sample-code/javascript-webdriverio (#14437)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-11 23:29:23 +09:00

19 lines
453 B
JSON

{
"name": "webdriverio-sample-appium-tests",
"version": "1.0.0",
"description": "Sample tests using webdriverio",
"main": "index.js",
"scripts": {
"test": "mocha test/basic",
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install"
},
"author": "Daniel Graham",
"license": "Apache-2.0",
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.1.2",
"mocha": "^8.0.1",
"webdriverio": "^6.0.5"
}
}