angular-mock-record
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "angular-mock-record", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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", |
const express = require('express'); | ||
const RequestHandler = require('./request.handler.js'); | ||
const config; | ||
try { | ||
config = require('../../../mock.record.config.json'); | ||
let config = require('../../../mock.record.config.json'); | ||
} catch { | ||
@@ -7,0 +6,0 @@ console.error('The mock.record.config.json configuration file is missing. Please add this configuration and retry.') |
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
11795
362