mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Replace knownEvents modules with static strings.
This commit is contained in:
@@ -190,7 +190,7 @@ export var test_WhenBindingIsSetToAnElement_AndElementIsRemoved_ShouldBeCollecte
|
||||
var sourcePropertyName = "testProperty";
|
||||
var targetPropertyName = "text";
|
||||
|
||||
page.on(viewModule.knownEvents.loaded, () => {
|
||||
page.on(viewModule.View.loadedEvent, () => {
|
||||
var model = new observable.Observable();
|
||||
model.set(sourcePropertyName, expectedValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user