Skip to content

Commit 8b79937

Browse files
authored
Merge pull request NativeScript#3894 from NativeScript/hhristov/fix-ts-compile-error
Remove imports from some d.ts unit-tests
2 parents ea954cf + 9f0f3b1 commit 8b79937

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/* tslint:disable */
2+
//@private
23
import * as android from "./application-tests.android";
34
import * as iOS from "./application-tests.ios";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/* tslint:disable */
2+
//@private
23
import * as android from "./action-bar-tests.android";
34
import * as iOS from "./action-bar-tests.ios";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/* tslint:disable */
2+
//@private
23
import * as android from "./frame-tests.android";
34
import * as iOS from "./frame-tests.ios";

tests/app/ui/page/page-tests.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/* tslint:disable */
2+
//@private
23
import * as android from "./page-tests.android";
34
import * as iOS from "./page-tests.ios";

0 commit comments

Comments
 (0)