diff --git a/test/unit/chromedriver-specs.js b/test/unit/chromedriver-specs.js index 43563b63..d90eb060 100644 --- a/test/unit/chromedriver-specs.js +++ b/test/unit/chromedriver-specs.js @@ -4,6 +4,7 @@ import {fs} from '@appium/support'; import * as tp from 'teen_process'; import path from 'path'; import _ from 'lodash'; +import * as utils from '../../lib/utils'; describe('chromedriver', function () { let sandbox;