Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(doc): remove unnecessary config in debugging doc/example (#4622)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyigg authored Dec 9, 2017
1 parent 7bf873b commit 8e5ad1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions debugging/conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// An example configuration file for debugging test using async/await.
exports.config = {
directConnect: true,

// Capabilities to be passed to the webdriver instance.
capabilities: {
'browserName': 'chrome'
Expand Down
2 changes: 0 additions & 2 deletions docs/async-await.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ As you can see, the syntax is almost the same with TypeScript async/await.
```javascript
// An example configuration file for debugging test using async/await.
exports.config = {
directConnect: true,

// Capabilities to be passed to the webdriver instance.
capabilities: {
'browserName': 'chrome'
Expand Down

0 comments on commit 8e5ad1f

Please sign in to comment.