proxyquire
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "proxyquire", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Proxies nodejs require in order to allow overriding dependencies during testing.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -380,3 +380,3 @@ # proxyquire [![Build Status](https://secure.travis-ci.org/thlorenz/proxyquire.svg)](http://travis-ci.org/thlorenz/proxyquire) | ||
foostub['@global'] = true; | ||
proxyquire('bar, { | ||
proxyquire('bar', { | ||
foo: foostub | ||
@@ -383,0 +383,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
58822