// import { Builder, Label, Frame } from "@nativescript/core/ui"; // import { navigateToModule, asdf, render } from "@nativescript/core/testing/ui-helper"; // import { assert } from "@nativescript/core/testing/tk-unit"; // // function assert(test: any, message?: string) { // // if (!test) { // // throw new Error(message); // // } // // } // const snippet = ` // // // ` // // describe("---> describe", function () { // // it("---> snippet", function (done) { // // const rootView = Builder.parse(snippet); // // const label =