angular-mock-record
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "angular-mock-record", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An angular / protractor framework that mocks and records requests. Requests can be manually mocked or recorded like VCR.", | ||
@@ -5,0 +5,0 @@ "main": "server.js", |
@@ -5,3 +5,3 @@ const express = require('express'); | ||
let config = require('../../../mock.record.config.json'); | ||
} catch { | ||
} catch(e) { | ||
console.error('The mock.record.config.json configuration file is missing. Please add this configuration and retry.') | ||
@@ -8,0 +8,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
11798