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,10 +1,9 @@
|
||||
// >> observable-require
|
||||
import { Observable, PropertyChangeData, EventData, WrappedValue, fromObject, fromObjectRecursive } from '@nativescript/core';
|
||||
import { Observable, PropertyChangeData, EventData, WrappedValue, fromObject, fromObjectRecursive, ObservableArray } from '@nativescript/core';
|
||||
// << observable-require
|
||||
|
||||
import * as TKUnit from '../tk-unit';
|
||||
import * as types from '@nativescript/core/utils/types';
|
||||
import { ObservableArray } from '@nativescript/core';
|
||||
|
||||
var TESTED_NAME = 'tested';
|
||||
class TestObservable extends Observable {
|
||||
|
||||
Reference in New Issue
Block a user