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