mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style(tests): format all files
This commit is contained in:
@@ -61,7 +61,7 @@ export function test_trace_error_should_pass_errors() {
|
||||
}
|
||||
});
|
||||
traceError(testError);
|
||||
|
||||
|
||||
TKUnit.assert(called, "trace.error() should call handler;");
|
||||
TKUnit.assertDeepEqual(actualError, testError);
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ export var test_DummyTestForSnippetOnly1 = function () {
|
||||
, trace.categories.Style
|
||||
, trace.categories.ViewHierarchy
|
||||
, trace.categories.VisualTreeEvents
|
||||
));
|
||||
));
|
||||
trace.enable();
|
||||
// << trace-specific-categories
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user