@meeshkanml/freddo
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -46,3 +46,3 @@ 'use strict' | ||
let response | ||
if (this.data.options) { | ||
if (this.data.options === undefined) { | ||
response = await got(this.data.url) | ||
@@ -49,0 +49,0 @@ } else { |
{ | ||
"name": "@meeshkanml/freddo", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A minimal assertion testing framework for APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16821