chore: fix automated tests

This commit is contained in:
Nathan Walker
2021-03-25 21:01:55 -07:00
parent ede1685ae2
commit 14360881e6
15 changed files with 16 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
import * as buttonModule from '@nativescript/core/ui/button';
import * as colorModule from '@nativescript/core/color';
import { Enums } from '@nativescript/core';
import { CoreTypes } from '@nativescript/core';
import { getColor } from '../../ui-helper';
export function getNativeText(button: buttonModule.Button): string {