style(tests): format all files

This commit is contained in:
Vasil Chimev
2019-08-22 13:54:47 +03:00
parent 0a5ac1a527
commit 7412ce82b3
142 changed files with 589 additions and 557 deletions

View File

@@ -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);
}

View File

@@ -20,7 +20,7 @@ export var test_DummyTestForSnippetOnly1 = function () {
, trace.categories.Style
, trace.categories.ViewHierarchy
, trace.categories.VisualTreeEvents
));
));
trace.enable();
// << trace-specific-categories
};