MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / ElementTuple

Interface ElementTuple

e2e/renderer/e2e/ngforof.e2e-spec.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const QUEUE_WAIT_TIME: number = 600000; // Sometimes SauceLabs threads are not available and the tests wait in a queue to start. Wait 10 min before timeout.
14
15interface ElementTuple {
16 label: UIElement,
17 button: UIElement,
18}
19
20describe("ngForOf scenario", function () {
21 this.retries(2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected