mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Fixed a failing test.
This commit is contained in:
@ -24,7 +24,7 @@ if (app.android) {
|
|||||||
import TKUnit = require("./TKUnit");
|
import TKUnit = require("./TKUnit");
|
||||||
|
|
||||||
export var testInitialized = function () {
|
export var testInitialized = function () {
|
||||||
if (android) {
|
if (global.android) {
|
||||||
// we have the android defined
|
// we have the android defined
|
||||||
TKUnit.assert(app.android, "Application module not properly intialized");
|
TKUnit.assert(app.android, "Application module not properly intialized");
|
||||||
} else if (NSObject) {
|
} else if (NSObject) {
|
||||||
|
Reference in New Issue
Block a user