We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 191e54a + 2ec9c6b commit ca3c287Copy full SHA for ca3c287
1 file changed
apps/tests/TKUnit.ts
@@ -41,9 +41,7 @@ export function time(): number {
41
42
export var write = function write(message: string, type?: number) {
43
//console.log(message);
44
- if (trace.enabled) {
45
- trace.write(message, trace.categories.Test, type);
46
- }
+ trace.write(message, trace.categories.Test, type);
47
}
48
49
var runTest = function (testInfo: TestInfoEntry) {
0 commit comments