DeskCodeSolution / testplugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testplugin

testing

Install

npm install @deskcode/testplugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


askPermission()

askPermission() => Promise<{ results: any; }>

Returns: Promise<{ results: any; }>


About


Languages

Language:Swift 53.2%Language:Java 18.5%Language:TypeScript 8.9%Language:Ruby 8.5%Language:Objective-C 6.6%Language:JavaScript 4.3%