mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix automated tests
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import * as TKUnit from '../tk-unit';
|
||||
import { EventData, Page, NavigatedData } from '@nativescript/core';
|
||||
import { Frame, NavigationTransition } from '@nativescript/core/ui/frame';
|
||||
import { StackLayout } from '@nativescript/core/ui/layouts/stack-layout';
|
||||
import { Color } from '@nativescript/core/color';
|
||||
import { EventData, Page, NavigatedData, Frame, NavigationTransition, StackLayout, Color } from '@nativescript/core';
|
||||
import * as helper from '../ui-helper';
|
||||
import * as frame from '@nativescript/core/ui/frame';
|
||||
// Creates a random colorful page full of meaningless stuff.
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
import * as helper from '../ui-helper';
|
||||
import * as platform from '@nativescript/core/platform';
|
||||
import { Trace } from '@nativescript/core';
|
||||
import { Trace, CoreTypes } from '@nativescript/core';
|
||||
import { Color } from '@nativescript/core/color';
|
||||
import { NavigationEntry, NavigationTransition } from '@nativescript/core/ui/frame';
|
||||
import { Page } from '@nativescript/core/ui/page';
|
||||
import { CoreTypes } from '@nativescript/core';
|
||||
import { CustomTransition } from './custom-transition';
|
||||
|
||||
function _testTransition(navigationTransition: NavigationTransition) {
|
||||
|
||||
Reference in New Issue
Block a user