webdriver-dfn-error-code
Version:
webdriver-dfn-error-code
23 lines (19 loc) • 629 B
JavaScript
/* ================================================================
* webdriver-dfn-error-code by xdf(xudafeng[at]126.com)
*
* first created at : Sat Feb 20 2016 15:52:03 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
;
var WebdriverErrorCode = require('..');
describe('test', function() {
it('should be ok', function() {
WebdriverErrorCode.should.be.Object;
});
});