diff --git a/e2e/appTestTs/app/tests/example.ts b/e2e/appTestTs/app/tests/example.ts index 28d6ca334..c305497f6 100644 --- a/e2e/appTestTs/app/tests/example.ts +++ b/e2e/appTestTs/app/tests/example.ts @@ -1,47 +1,40 @@ import { Builder, Label, Frame } from "@nativescript/core/ui"; -import { navigateToModule } from "@nativescript/core/testing/ui-helper"; +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 () { - const rootView = Builder.parse(snippet); - const label =