@spartez-software/test-utils
Advanced tools
Comparing version 0.0.13 to 0.0.14
export declare class TestLogger { | ||
log(message: string, ...data: any[]): void; | ||
log(message: string, ...data: unknown[]): void; | ||
count(message: string): void; | ||
@@ -4,0 +4,0 @@ message(rawMessage: string): string; |
@@ -10,3 +10,2 @@ "use strict"; | ||
log(message, ...data) { | ||
const dataWithContext = [this.logContext(), ...data]; | ||
if (data && data.length > 0) { | ||
@@ -13,0 +12,0 @@ console.log(this.colorMessage(`${this.logContext()}: ${message}`), data); |
{ | ||
"name": "@spartez-software/test-utils", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Spartez tests helper lib ", | ||
@@ -43,3 +43,3 @@ "author": "Bartłomiej Zięba <bartlomiej.zieba@spartez-software.com>", | ||
}, | ||
"gitHead": "527e16884eefeec20ef6a386fbbab611f22dedc6" | ||
"gitHead": "e5f1a8bc0987c147502b4e0d752eab9df72e4da8" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8197
104