escss-estest
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
const isLogVisible = true; | ||
const isLogVisible = false; | ||
const customErrMsg = "undefined error message"; | ||
@@ -19,0 +19,0 @@ |
@@ -97,5 +97,5 @@ // Run test command (bun required): bun test | ||
describe("Setting", () => { | ||
test("isLogVisible: true", () => { | ||
expect(isLogVisible).toBe(true); | ||
test("isLogVisible: false", () => { | ||
expect(isLogVisible).toBe(false); | ||
}); | ||
}); |
{ | ||
"name": "escss-estest", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"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
15413