初始化
This commit is contained in:
5
typings/appium-xcuitest-driver/index.d.ts
vendored
Normal file
5
typings/appium-xcuitest-driver/index.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { XCUITestDriver } from './build/lib/driver';
|
||||
import { startServer } from './build/lib/server';
|
||||
|
||||
export { XCUITestDriver, startServer };
|
||||
export default XCUITestDriver;
|
||||
Reference in New Issue
Block a user