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,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 {