mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
stylers removed
This commit is contained in:
@@ -724,8 +724,8 @@ export function test_styling_visualStates_are_defined() {
|
||||
}
|
||||
|
||||
export function test_styling_stylers_are_defined() {
|
||||
TKUnit.assert(types.isFunction(styling.stylers.registerHandler), "registerHandler function is not defined");
|
||||
TKUnit.assert(types.isFunction(styling.stylers.StylePropertyChangedHandler), "StylePropertyChangedHandler class is not defined");
|
||||
TKUnit.assert(types.isFunction(styleModule.registerHandler), "registerHandler function is not defined");
|
||||
TKUnit.assert(types.isFunction(styleModule.StylePropertyChangedHandler), "StylePropertyChangedHandler class is not defined");
|
||||
}
|
||||
|
||||
export function test_styling_classes_are_defined() {
|
||||
|
||||
Reference in New Issue
Block a user