Skip to content

Commit

Permalink
Correct path for module to test (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
iilei authored and fatso83 committed Aug 27, 2017
1 parent b204964 commit c419543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_howto/link-seams-commonjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('example', function () {
existsSyncStub = sinon.stub(); // create a stub for every test

// import the module to test, using a fake dependency
doesFileExist = proxyquire('../lib/example', {
doesFileExist = proxyquire('../lib/does-file-exist', {
fs: {
existsSync: existsSyncStub
}
Expand Down

0 comments on commit c419543

Please sign in to comment.