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

fix(doc): remove unnecessary config in debugging doc/example #4622

Merged
merged 1 commit into from
Dec 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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