Skip to content

Commit

Permalink
[javascript] Add missing dependencies to fix tests (#8372)
Browse files Browse the repository at this point in the history
* [javascript] Add missing dependency

* [javascript] Add missing dependency
  • Loading branch information
seanpoulter authored May 31, 2020
1 parent cc3d655 commit fc45ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascript/node/selenium-webdriver/chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
const http = require('./http');
const io = require('./io');
const {Browser, Capabilities} = require('./lib/capabilities');
const command = require('./lib/command');
const error = require('./lib/error');
const remote = require('./remote');
const chromium = require('./chromium');

Expand Down

0 comments on commit fc45ab7

Please sign in to comment.