Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "deliquus", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "A coverage tool that help you find missing tests, stories etc.", | ||
"main": "deliquus.js", | ||
"bin": { | ||
"deliquus": "./deliquus.js" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "start": "node dist/deliquus.js", |
@@ -5,2 +5,3 @@ import isUndefinedOrEmpty from '../helpers/isUndefinedOrEmpty'; | ||
it('handles correctly an undefined value', () => { | ||
// @ts-expect-error for test purposes | ||
expect(isUndefinedOrEmpty(undefined)).toBe(true); | ||
@@ -7,0 +8,0 @@ }); |
@@ -17,3 +17,3 @@ #!/usr/bin/env node | ||
program.version('0.3.5').option('-c, --continueWhenFailed', 'Returns with 0 if fails'); | ||
program.version('0.3.6').option('-c, --continueWhenFailed', 'Returns with 0 if fails'); | ||
program.parse(process.argv); | ||
@@ -20,0 +20,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26574
443
0