mirror of
https://github.com/appium/appium.git
synced 2026-05-03 08:51:18 -05:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
"use strict";
|
|
|
|
describe("chrome", function () {
|
|
require('../common/webview-base')('chrome');
|
|
});
|