Skip to content

Commit

Permalink
docs: Fix the proxyquire link (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfisz committed Dec 16, 2017
1 parent e0b3a1e commit 00794c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ To let the packager resolve the right module for each platform, you have to add

# Usage with Proxyquire

If you use the mocking library [proxyquire](), or otherwise need to define path strings which aren't direct arguments to `transformFunctions`, you have a problem: the plug-in won't convert them.
If you use the mocking library [proxyquire](https://github.com/thlorenz/proxyquire), or otherwise need to define path strings which aren't direct arguments to `transformFunctions`, you have a problem: the plug-in won't convert them.

Because proxyquire expects paths not just as direct arguments, but also as object keys, simply adding proxyquire to `transformFunctions` isn't enough:

Expand Down

0 comments on commit 00794c5

Please sign in to comment.