mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #2185 from NativeScript/cankov/tkunit-write-always
Fix TKUnit not writing
This commit is contained in:
@@ -41,9 +41,7 @@ export function time(): number {
|
||||
|
||||
export var write = function write(message: string, type?: number) {
|
||||
//console.log(message);
|
||||
if (trace.enabled) {
|
||||
trace.write(message, trace.categories.Test, type);
|
||||
}
|
||||
}
|
||||
|
||||
var runTest = function (testInfo: TestInfoEntry) {
|
||||
|
||||
Reference in New Issue
Block a user