Skip to content

Commit

Permalink
Remove newcomer
Browse files Browse the repository at this point in the history
In a few years, quibble will not be a newcomer anymore
  • Loading branch information
mroderick authored and fatso83 committed Sep 29, 2023
1 parent 39ae5be commit bfc39fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_howto/link-seams-commonjs.md
Expand Up @@ -13,7 +13,7 @@ This guide targets the CommonJS module system, made popular by NodeJS. There are

## Hooking into `require`

For us to replace the underlying calls done by `require` we need a tool to hook into the process. There are many tools that can do this: rewire, proxyquire, the newcomer [Quibble][quibble], etc. This example will be using [proxyquire][proxyquire] to construct our _seams_ (i.e. replace the modules), but the actual mechanics will be very similar for the other tools.
For us to replace the underlying calls done by `require` we need a tool to hook into the process. There are many tools that can do this: rewire, proxyquire, [Quibble][quibble], etc. This example will be using [proxyquire][proxyquire] to construct our _seams_ (i.e. replace the modules), but the actual mechanics will be very similar for the other tools.

Read it?

Expand Down

0 comments on commit bfc39fe

Please sign in to comment.