コード例 #1
0
before("start server", () => __awaiter(this, void 0, void 0, function* () {
    yield nativescript_dev_appium_1.startServer();
}));
コード例 #2
0
before("start server", async () => {
    await nsAppium.startServer();
});