| 1 | // make sure you import mocha-config before @angular/core |
| 2 | import { assert } from "./test-config"; |
| 3 | import { NgModule, Component, ViewContainerRef } from "@angular/core"; |
| 4 | import { Page } from "@nativescript/core/ui/page"; |
nothing calls this directly
no test coverage detected