escss-estest
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -129,3 +129,8 @@ /* | ||
if (!isLogVisible) { | ||
throw new Error("isLogVisible: false. Log details cannot be displayed."); | ||
throw new Error( | ||
` | ||
🚫 isLogVisible: false. Log details cannot be displayed. | ||
❗ ${errMsg} | ||
` | ||
); | ||
} | ||
@@ -141,8 +146,12 @@ | ||
if (!isLogVisible) { | ||
throw new Error("isLogVisible: false. Log details cannot be displayed."); | ||
throw new Error( | ||
` | ||
🚫 isLogVisible: false. Log details cannot be displayed. | ||
❗ ${errMsg} | ||
` | ||
); | ||
} | ||
throw new Error( | ||
` | ||
💣 ${fixTextInLog(errMsg)} | ||
❌ Received Error Message Type: '${fixType(errMsg)}' | ||
❌ Received Error Message Type: '${fixType(errMsg)}' --> ${fixTextInLog(errMsg)} | ||
✅ Expected Error Message Type: 'string' | ||
@@ -153,10 +162,14 @@ ` | ||
if (!isLogVisible) { | ||
throw new Error("isLogVisible: false. Log details cannot be displayed."); | ||
throw new Error( | ||
` | ||
🚫 isLogVisible: false. Log details cannot be displayed. | ||
❗ ${errMsg} | ||
` | ||
); | ||
} | ||
throw new Error( | ||
` | ||
💣 ${fixTextInLog(input)} | ||
❗ ${errMsg} | ||
❌ Received Type: '${fixType(input)}' | ||
✅ Expected Type: ${fixTextInLog(type)} | ||
❌ Received Type: '${fixType(input)}' --> ${fixTextInLog(input)} | ||
✅ Expected Type: ${fixTextInLog(type)} | ||
❗ ${errMsg} | ||
` | ||
@@ -163,0 +176,0 @@ ); |
{ | ||
"name": "escss-estest", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "100% function coverage for easier life.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
15410
247