MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / test

Method test

apps/automated/src/data/observable-tests.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8var TESTED_NAME = 'tested';
9class TestObservable extends Observable {
10 public test() {
11 this._emit(TESTED_NAME);
12 }
13}
14
15export var test_Observable_Constructor = function () {

Calls 1

_emitMethod · 0.80

Tested by

no test coverage detected